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
4 lines
88 B
HCL
4 lines
88 B
HCL
resource "test_resource" "foo" {
|
|
create_wait_seconds = 5
|
|
destroy_wait_seconds = 3
|
|
}
|