You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
use the code snippet above and change the is_unified_auditing_enabled argument value between true and false
terraform plan and then terraform apply. both will say "no change..."
Important Factoids
References
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Version and Provider Version
Terraform v1.9.3
on linux_amd64
Affected Resource(s)
oci_database_db_system
Terraform Configuration Files
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
terraform plan
and thenterraform apply
. both will say "no change..."Important Factoids
References
The text was updated successfully, but these errors were encountered: