Skip to main content
main.tf55 B
View on GitHub
locals {
message = "Hello from ${var.environment}"
}

Related Documentation