terraform/internal/command/testdata/test/write-into-default-state/main.tftest.hcl
Liam Cervante 0a7701f19a
terraform test: refactor graph edge calculation (#37357)
* terraform test: refactor graph edge calculation

* remove unused attribute
2025-07-23 16:09:45 +02:00

11 lines
102 B
HCL

run "one" {
state_key = ""
module {
source = "./setup"
}
}
run "two" {
command = plan
}