mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-29 13:41:47 +02:00
14 lines
250 B
HCL
14 lines
250 B
HCL
terraform {
|
|
required_version = ">= 0.13.1"
|
|
|
|
required_providers {
|
|
aws = ">= 3.44.0"
|
|
local = ">= 1.4"
|
|
kubernetes = ">= 1.11.1"
|
|
http = {
|
|
source = "terraform-aws-modules/http"
|
|
version = ">= 2.4.1"
|
|
}
|
|
}
|
|
}
|