terraform/internal/command/testdata/test/plan_then_apply/main.tf
Liam Cervante 6882dd9530
testing framework: introduce test command optional flags (#33504)
* testing framework: introduce test command optional flags

* address consistency checks
2023-07-19 10:07:46 +02:00

4 lines
78 B
HCL

resource "test_resource" "foo" {
id = "constant_value"
value = "bar"
}