opentofu/config/test-fixtures/dir-basic/nested/nested.tf

4 lines
44 B
Terraform
Raw Normal View History

2014-07-28 12:43:00 -05:00
output "i-am-nested" {
value = "what"
}