1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: Create false and avoid waiting forever for a non-existent cluster to respond (#789)

This commit is contained in:
Daniel Piddock
2020-03-18 08:54:57 +01:00
committed by GitHub
parent 2c98a00b21
commit e8a1ce17d8
3 changed files with 34 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
variable "region" {
default = "us-west-2"
}