mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 17:47:31 +01:00
11 lines
169 B
HCL
11 lines
169 B
HCL
terraform {
|
|
required_version = ">= 0.12"
|
|
|
|
required_providers {
|
|
aws = ">= 2.8"
|
|
local = ">= 1.2"
|
|
null = ">= 2.1"
|
|
template = ">= 2.1"
|
|
}
|
|
}
|