Skip to content

oci_database_db_system resource cannot update unified audit setting #2353

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

Open
luckeyca opened this issue Apr 2, 2025 · 0 comments
Open
Labels

Comments

@luckeyca
Copy link

luckeyca commented Apr 2, 2025

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version and Provider Version

Terraform v1.9.3
on linux_amd64

  • provider registry.terraform.io/oracle/oci v6.32.0

Affected Resource(s)

oci_database_db_system

Terraform Configuration Files

resource "oci_database_db_system" "this" {
   .....
   db_home {
       ...
       is_unified_auditing_enabled = true
   }

}

Debug Output

Panic Output

Expected Behavior

when changing "is_unified_auditing_enabled" between true and false, terraform plan should reflect the change and terraform apply should set the audit accordingly.

Actual Behavior

when changing "is_unified_auditing_enabled" between true and false, both terraform plan and terraform apply said "no change...."

Steps to Reproduce

  1. use the code snippet above and change the is_unified_auditing_enabled argument value between true and false
  2. terraform plan and then terraform apply. both will say "no change..."

Important Factoids

References

@luckeyca luckeyca added the bug label Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant