mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
0d468bd432
* docs: Update output for user data example to capture renereded output * fix: Tsk tsk tsk - I forgot to run pre-commit
11 lines
151 B
Terraform
11 lines
151 B
Terraform
terraform {
|
|
required_version = ">= 1.3"
|
|
|
|
required_providers {
|
|
local = {
|
|
source = "hashicorp/local"
|
|
version = ">= 2.4"
|
|
}
|
|
}
|
|
}
|