mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-15 08:14:12 +01:00
15 lines
276 B
HCL
15 lines
276 B
HCL
terraform {
|
|
required_version = ">= 0.13.1"
|
|
|
|
required_providers {
|
|
aws = ">= 3.56.0"
|
|
local = ">= 1.4"
|
|
kubernetes = ">= 1.11.1"
|
|
cloudinit = ">= 2.0"
|
|
http = {
|
|
source = "terraform-aws-modules/http"
|
|
version = ">= 2.4.1"
|
|
}
|
|
}
|
|
}
|