mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 18:33:08 -04:00
* Test framework will produce regular updates in -json mode * add tests * docs * docs tweaking
5 lines
86 B
HCL
5 lines
86 B
HCL
|
|
resource "time_sleep" "sleep" {
|
|
create_duration = "5s"
|
|
destroy_duration = "3s"
|
|
}
|