Skip to content

Commit

Permalink
Merge pull request #43 from ministryofjustice/feature/ignore-enable-i…
Browse files Browse the repository at this point in the history
…am-billing

Ignore changes to iam_user_access_to_billing
  • Loading branch information
davidkelliott authored Feb 7, 2023
2 parents 3a1fe20 + fb6e482 commit a8ea85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ resource "aws_organizations_account" "accounts" {
# which means the AWS account will be detached from the organisation,
# so we want to ignore any of those changes
lifecycle {
ignore_changes = [name, email]
ignore_changes = [name, email, iam_user_access_to_billing]
}
}

0 comments on commit a8ea85b

Please sign in to comment.