mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-06-11 17:03:01 +02:00
e12ab7a5de
* feat: Add support for `upgrade_policy` * chore: Update test and validate
11 lines
150 B
Terraform
11 lines
150 B
Terraform
terraform {
|
|
required_version = ">= 1.3.2"
|
|
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = ">= 5.61"
|
|
}
|
|
}
|
|
}
|