mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
9032dce006
* Add example for IRSA * remove unused SGs * remove helm setup part * simplification and use module * fix fmt error * remove unused resource
4 lines
46 B
Terraform
4 lines
46 B
Terraform
variable "region" {
|
|
default = "us-west-2"
|
|
}
|