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 the endpoint input parameter for the templatefile function, a new archive should be created since the content changed.
Actual Behavior
Terraform reported no changes:
$ terraform apply
data.archive_file.zip: Reading...
data.archive_file.zip: Read complete after 0s [id=6c897a5d6969f7679076dc66222409881d5c19d1]
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 CLI and Provider Versions
Terraform Configuration
Expected Behavior
When changing the endpoint input parameter for the templatefile function, a new archive should be created since the content changed.
Actual Behavior
Terraform reported no changes:
Steps to Reproduce
terraform apply
terraform apply
How much impact is this issue causing?
Low
Logs
https://gist.github.com/parabolic/fe54b2864a9c4bde64bcaaeeb879dd42
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: