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
plan and apply again, without any change: No changes.
Actual Behavior
plan and apply: Resources created.
the value of street_address in the plan is null
plan: reports a changes made outside of Terraform since the last "terraform apply" and indicates that ~subject { street_address = [] ... has changed and will be applied
apply: change is reconsiled
the value of street_address in the plan is now []
Steps to Reproduce
terraform plan
terraform apply
terraform plan
How much impact is this issue causing?
Low
Logs
No response
Additional Information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
This is caused by a known issue/existing behaviour in terraform-plugin-sdk: addressing it will probably require work on that, and will likely break compatibility with existing configurations and code, that rely on this behaviour now.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform CLI and Provider Versions
1.1.x
Terraform Configuration
Expected Behavior
plan
andapply
: Resources created.plan
andapply
again, without any change: No changes.Actual Behavior
plan
andapply
: Resources created.street_address
in the plan isnull
plan
: reports achanges made outside of Terraform since the last "terraform apply"
and indicates that~subject { street_address = [] ...
has changed and will be appliedapply
: change is reconsiledstreet_address
in the plan is now[]
Steps to Reproduce
terraform plan
terraform apply
terraform plan
How much impact is this issue causing?
Low
Logs
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: