terraform/internal/command/testdata/apply-output-only/main.tf
Radek Simko 70a1fd5e98
Fix diagnostic & avoid variable override via environment (#36435)
* add changie entry

* add test

* Fix diagnostic & avoid variable override via environment
2025-02-05 17:27:15 +00:00

7 lines
77 B
HCL

variable "shadow" {
type = string
}
output "foo" {
value = var.shadow
}