versionedTerraform/cmd/examples/example.tf
2022-10-22 11:34:55 -04:00

8 lines
85 B
HCL

terraform {
required_version = "~> 0.14"
}
output "hello" {
value = "world"
}