terraform/configs/testdata/valid-modules/override-output-sensitive/override.tf

4 lines
36 B
HCL

output "foo" {
sensitive = true
}