Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
test authored and test committed Aug 2, 2024
1 parent 3fa3bc2 commit 73c0cbb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ resource "awsapigateway_resource" "traceable-example-1" {
exclude = accounts.value["exclude"]
}
}

timeouts {
create = "10s"
update = "10s"
}
timeout = "10s"
}

# For a single account
Expand All @@ -37,4 +33,5 @@ resource "awsapigateway_resource" "traceable-example-2" {
cross_account_role_arn = ""
exclude = false
}
timeout = "1s"
}

0 comments on commit 73c0cbb

Please sign in to comment.