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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform IBM Provider Version
Terraform Version v1.9.2
Terraform IBM Provider Version v1.72.2
Affected Resource(s)
ibm_tg_connection_prefix_filter
Terraform Configuration Files
There is a TF update in place on a subsequent TF plan/apply for this example,
Terraform will perform the following actions:
# module.tg_gateway_connection.ibm_tg_connection_prefix_filter.add_prefix_filter[1] will be updated in-place
~ resource "ibm_tg_connection_prefix_filter" "add_prefix_filter" {
- before = "c88803e8-0d94-40dd-8154-39f8c74141ce" -> null
id = "c38857de-78f9-4eaf-bf5f-6ee8c35a305a/bec98499-f3aa-4a47-b6c3-e9c00bf41872/d5d7fbd7-32a2-4d5c-89ad-77b9eddd4cff"
# (9 unchanged attributes hidden)
}
But there is no before value, so why update in place?
Community Note
Terraform CLI and Terraform IBM Provider Version
Terraform Version v1.9.2
Terraform IBM Provider Version v1.72.2
Affected Resource(s)
Terraform Configuration Files
There is a TF update in place on a subsequent TF plan/apply for this example,
But there is no before value, so why update in place?
Debug Output
Panic Output
Expected Behavior
There should be no update in place, TF should matches the infra on subsequent TF plan/apply.
Actual Behavior
There is an update in place.
Steps to Reproduce
Important Factoids
References
The text was updated successfully, but these errors were encountered: