You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for namespace creation and timer for Terratest (#465)
* helm create_namespace should always be false when irsa is enabled
* make false if create_namespace is not defined
* precommit format update
* 2 mins sleep added to aid tf destroy the cluster and vpc
* terraform-docs: automated action
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Kubernetes Version |`string`|`"1.21"`| no |
41
41
| <aname="input_environment"></a> [environment](#input\_environment)| Environment area, e.g. prod or preprod |`string`|`"preprod"`| no |
42
+
| <aname="input_region"></a> [region](#input\_region)| Region in which to deploy the cluster |`string`|`"us-west-2"`| no |
42
43
| <aname="input_tenant"></a> [tenant](#input\_tenant)| Account Name or unique account unique id e.g., apps or management or aws007 |`string`|`"aws001"`| no |
43
-
| <aname="input_zone"></a> [zone](#input\_zone)|zone, e.g. dev or qa or load or ops etc... |`string`|`"dev"`| no |
44
+
| <aname="input_zone"></a> [zone](#input\_zone)|Zone, e.g. dev or qa or load or ops etc... |`string`|`"dev"`| no |
0 commit comments