4 lines
101 B
Terraform
4 lines
101 B
Terraform
# ephemeral resources are supported since terraform 1.10
|
|
terraform {
|
|
required_version = ">= 1.10"
|
|
} |