mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
b2e97ca3dc
Co-authored-by: Anton Babenko <anton@antonbabenko.com> Resolves undefined
11 lines
148 B
Terraform
11 lines
148 B
Terraform
terraform {
|
|
required_version = ">= 1.0"
|
|
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = ">= 4.34"
|
|
}
|
|
}
|
|
}
|