mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-26 01:19:19 +02:00
3b62f6c316
Resolves undefined
19 lines
302 B
Terraform
19 lines
302 B
Terraform
terraform {
|
|
required_version = ">= 1.0"
|
|
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = ">= 4.47"
|
|
}
|
|
helm = {
|
|
source = "hashicorp/helm"
|
|
version = ">= 2.7"
|
|
}
|
|
null = {
|
|
source = "hashicorp/null"
|
|
version = ">= 3.0"
|
|
}
|
|
}
|
|
}
|