Skip to content

Commit

Permalink
Add workaround for open issue on aws_acm_certificate resource
Browse files Browse the repository at this point in the history
  • Loading branch information
ringanta committed May 10, 2020
1 parent 5a1c5ac commit d12ea27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ resource "aws_acm_certificate" "self" {

lifecycle {
create_before_destroy = true
# Workaround for SAN doesn't maintain order
# See https://github.com/terraform-providers/terraform-provider-aws/issues/8531
ignore_changes = [subject_alternative_names]
}
}

Expand Down

0 comments on commit d12ea27

Please sign in to comment.