mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-15 08:14:12 +01:00
9 lines
128 B
HCL
9 lines
128 B
HCL
terraform {
|
|
required_version = ">= 0.13.1"
|
|
|
|
required_providers {
|
|
aws = ">= 3.56.0"
|
|
cloudinit = ">= 2.0"
|
|
}
|
|
}
|