Skip to content

Commit

Permalink
remove delete from timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 13, 2021
1 parent 85fd146 commit ce7d9f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ses-domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ resource "aws_ses_domain_identity_verification" "this" {

timeouts {
create = "15m"
delete = "5m"
}
}

Expand Down

0 comments on commit ce7d9f5

Please sign in to comment.