1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00
Files
terraform-aws-eks/tests/eks-hybrid-nodes/versions.tf
T

15 lines
225 B
Terraform

terraform {
required_version = ">= 1.3.2"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.81"
}
tls = {
source = "hashicorp/tls"
version = ">= 4.0"
}
}
}