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
We realized issue regarding TTL parameter for resource akamai_dns_record. If the parameter is changed outside of terraform, e.g. by WEB UI or Akamai API, terraform doesn't recognize changes. This means that terraform has different configuration than the reality is.
Terraform and Akamai Terraform Provider Versions
Akamai provider: the latest release (6.4.0) and all previous one
Terraform: v1.9.7 + v1.7.5
Terragrunt version v0.67.14
I was able to reproduce this issue and create internal ticket to fix it. We will inform you about progress.
BR,
Lukasz
lsadlon
changed the title
EdgeDNS record TTL is not recognized as changed parameter if it's changed outside of terraform
DXE-4292 EdgeDNS record TTL is not recognized as changed parameter if it's changed outside of terraform
Oct 10, 2024
Hi there,
We realized issue regarding TTL parameter for resource
akamai_dns_record
. If the parameter is changed outside of terraform, e.g. by WEB UI or Akamai API, terraform doesn't recognize changes. This means that terraform has different configuration than the reality is.Terraform and Akamai Terraform Provider Versions
Akamai provider: the latest release (6.4.0) and all previous one
Terraform: v1.9.7 + v1.7.5
Terragrunt version v0.67.14
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Any difference between real value of TTL and terraform manifest should be changed to terraform value of TTL.
Actual Behavior
If TTL is changed out of terraform, the terraform plan doesn't recognize any change.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: