versionedTerraform/cmd/examples/example.tf
2022-02-23 13:15:12 -05:00

7 lines
84 B
HCL

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