versionedTerraform/cmd/examples/example.tf

7 lines
84 B
Terraform
Raw Normal View History

2022-02-23 18:15:12 +00:00
terraform {
required_version = "~> 0.14"
}
output "hello" {
value = "world"
}