Skip to content

Commit 73c0cbb

Browse files
testtest
authored andcommitted
update examples
1 parent 3fa3bc2 commit 73c0cbb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/default/main.tf

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ resource "awsapigateway_resource" "traceable-example-1" {
2020
exclude = accounts.value["exclude"]
2121
}
2222
}
23-
24-
timeouts {
25-
create = "10s"
26-
update = "10s"
27-
}
23+
timeout = "10s"
2824
}
2925

3026
# For a single account
@@ -37,4 +33,5 @@ resource "awsapigateway_resource" "traceable-example-2" {
3733
cross_account_role_arn = ""
3834
exclude = false
3935
}
36+
timeout = "1s"
4037
}

0 commit comments

Comments
 (0)