We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60b23a commit af7a105Copy full SHA for af7a105
infrastructure/stacks/blue-green-link/cloudwatch-queries.tf
@@ -4,7 +4,7 @@
4
// of the query definitions themselves, but can reduce immediate read
5
// failures when the provider plans many resources concurrently.
6
resource "time_sleep" "wait_for_propagation" {
7
- create_duration = "5s"
+ create_duration = "45s"
8
}
9
10
resource "aws_cloudwatch_query_definition" "search_for_errors" {
0 commit comments