terraform/internal/cloud/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

5 lines
86 B
HCL

resource "time_sleep" "sleep" {
create_duration = "5s"
destroy_duration = "3s"
}