terraform/internal/command/testdata/validate-invalid/outputs/main.tf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
45 B
Terraform
Raw Permalink Normal View History

2015-11-05 09:47:08 -05:00
output "myvalue" {
values = "Some value"
}