iac_modules/example/terraform/aws/ec2/variables.tf

4 lines
63 B
HCL

locals {
data = yamldecode(file("./input-variables.yaml"))
}