pantry/projects/terraform.io/main.tf

3 lines
46 B
Terraform
Raw Normal View History

output "fixture" {
value = "Hello, World!"
}