mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-06-11 17:03:01 +02:00
d6fa9f48ff
* adding 3 examples * removing old example * updating PR template * fix this typo * update after renaming default example * add missing launch_template_mixed stuff to aws_auth * fix 2 examples with public subnets * update changelog for new minor release
4 lines
46 B
Terraform
4 lines
46 B
Terraform
variable "region" {
|
|
default = "us-west-2"
|
|
}
|