mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-15 16:23:58 +01:00
8 lines
97 B
HCL
8 lines
97 B
HCL
terraform {
|
|
required_version = ">= 0.13.1"
|
|
|
|
required_providers {
|
|
aws = ">= 3.56.0"
|
|
}
|
|
}
|