mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-06-11 08:52:50 +02:00
feee18dd42
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
11 lines
148 B
Terraform
11 lines
148 B
Terraform
terraform {
|
|
required_version = ">= 1.0"
|
|
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = ">= 4.57"
|
|
}
|
|
}
|
|
}
|