Closed ASarco closed 9 months ago
Hi @ASarco
Thank you for raising this issue. We'd like to ask you to provide more details, so we can reproduce it. Could you please provide us file structure of your project, example json file and full output of terraform plan for single resource? Setting environment variables: TF_LOG=TRACE AKAMAI_HTTP_TRACE_ENABLED=true will include optional logs that will be helpful in investigation.
Best regards, Cyryl
Terraform Version
1.6.4
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/ASarco/59411d5fd76e24b89c85dee97650fb9e (note that the log contains runs of other AWS resources)
Expected Behavior
This TF creates/updates properties for a set of AWS regions (one per region), based on data generated from other resources previously created or updated by the same TF run. I'd expect the current rules to be updated, but they are actually just deleted.
Actual Behavior
The property rules are deleted, instead of being updated.
Fragment of
terraform apply
output:Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
These properties and its rules were created with this same TF scripts.