File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -135,19 +135,19 @@ The documentation below is auto-generated to give insight on what's created via
135
135
136
136
| Name | Version |
137
137
| ------| ---------|
138
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 4.61 .0 |
139
- | <a name =" provider_http " ></a > [ http] ( #provider\_ http ) | 3.2.1 |
140
- | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | 3.4.3 |
138
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 4.65 .0 |
139
+ | <a name =" provider_http " ></a > [ http] ( #provider\_ http ) | 3.3.0 |
140
+ | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | 3.5.1 |
141
141
142
142
## Modules
143
143
144
144
| Name | Source | Version |
145
145
| ------| --------| ---------|
146
146
| <a name =" module_cluster_autoscaler_irsa_role " ></a > [ cluster\_ autoscaler\_ irsa\_ role] ( #module\_ cluster\_ autoscaler\_ irsa\_ role ) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~ > 5.16.0 |
147
147
| <a name =" module_ebs_csi_irsa_role " ></a > [ ebs\_ csi\_ irsa\_ role] ( #module\_ ebs\_ csi\_ irsa\_ role ) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~ > 5.16.0 |
148
- | <a name =" module_eks " ></a > [ eks] ( #module\_ eks ) | terraform-aws-modules/eks/aws | 19.12.0 |
148
+ | <a name =" module_eks " ></a > [ eks] ( #module\_ eks ) | terraform-aws-modules/eks/aws | 19.13.1 |
149
149
| <a name =" module_load_balancer_controller_irsa_role " ></a > [ load\_ balancer\_ controller\_ irsa\_ role] ( #module\_ load\_ balancer\_ controller\_ irsa\_ role ) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~ > 5.16.0 |
150
- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 3.19.0 |
150
+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 4.0.1 |
151
151
152
152
## Resources
153
153
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ checkCommandsAvailable helm docker kubectl yq minikube
6
6
minikube delete
7
7
minikube start --cpus=6 --memory=8000MB --network-plugin=cni --cni=calico --driver=docker --kubernetes-version=1.25.6
8
8
eval $( minikube docker-env)
9
- ./build-an-deploy-container.sh
9
+ ./build-an-deploy-container.sh
10
10
11
11
sleep 5
12
12
13
13
echo " let's go!"
14
14
15
- kubectl port-forward service/wrongsecrets-balancer 3000:3000
15
+ kubectl port-forward service/wrongsecrets-balancer 3000:3000
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ checkCommandsAvailable helm docker kubectl yq minikube
6
6
minikube delete
7
7
minikube start --cpus=6 --memory=8000MB --network-plugin=cni --cni=calico --driver=docker --kubernetes-version=1.25.6
8
8
eval $( minikube docker-env)
9
- ./build-an-deploy.sh
9
+ ./build-an-deploy.sh
10
10
11
11
sleep 15
12
12
13
13
echo " let's go!"
14
14
15
- kubectl port-forward service/wrongsecrets-balancer 3000:3000
15
+ kubectl port-forward service/wrongsecrets-balancer 3000:3000
You can’t perform that action at this time.
0 commit comments