terraform/internal/command/testdata/test/long_running/main.tf
Liam Cervante 01c0480e77
Test framework will produce regular updates in -json mode (#33953)
* Test framework will produce regular updates in -json mode

* add tests

* docs

* docs tweaking
2023-10-02 09:14:20 +02:00

4 lines
88 B
HCL

resource "test_resource" "foo" {
create_wait_seconds = 5
destroy_wait_seconds = 3
}