Skip to content

Commit

Permalink
Update timeout creating time
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrixroa authored Dec 30, 2020
1 parent 6b0a83b commit 5c6313a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ POLICY
aws_iam_role.cognito_authenticated,
aws_iam_role.elasticsearch_access_cognito,
]

timeouts {
create = "2h"
}

lifecycle {
ignore_changes = [
Expand Down

0 comments on commit 5c6313a

Please sign in to comment.