Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Ignore lifecycle changes for AD, defined_tags, all metadata #70

Merged
merged 1 commit into from
Oct 8, 2022

Conversation

devoncrouse
Copy link
Contributor

Proposed changes

Ignore lifecycle changes reporting changes each apply:

  • availability_domain
  • defined_tags
  • metadata

Testing

Repeated apply and destroy yield no reported changes:

terraform apply
Apply complete! Resources: 3 added, 0 changed, 0 destroyed.
terraform apply
...
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
terraform destroy
Plan: 0 to add, 0 to change, 3 to destroy.
Destroy complete! Resources: 3 destroyed.
terraform destroy
Destroy complete! Resources: 0 destroyed.

Signed-off-by: Devon Crouse <devon.crouse@oracle.com>
@devoncrouse devoncrouse requested a review from hyder October 8, 2022 02:11
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 8, 2022
@hyder hyder merged commit 24a718e into oracle-terraform-modules:main Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants