terraform/internal/command/testdata/test/write-only-attributes/main.tftest.hcl
Liam Cervante 7fadbe34de
write-only attributes: internal providers should set write-only attributes to null (#36824)
* write-only attributes: internal providers should set write-only attributes to null

* add changelog

* fix copywrite headers
2025-04-02 15:58:42 +02:00

8 lines
74 B
HCL

provider "test" {}
run "test" {
variables {
input = "input"
}
}