Skip to content

Commit af7a105

Browse files
committed
Increased time delay before CW query creation
1 parent a60b23a commit af7a105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/stacks/blue-green-link/cloudwatch-queries.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// of the query definitions themselves, but can reduce immediate read
55
// failures when the provider plans many resources concurrently.
66
resource "time_sleep" "wait_for_propagation" {
7-
create_duration = "5s"
7+
create_duration = "45s"
88
}
99

1010
resource "aws_cloudwatch_query_definition" "search_for_errors" {

0 commit comments

Comments
 (0)