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 haven't made any changes to our resources, but, from v2.16.0, when we plan/apply, we get the following message :
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.common_module.confluent_schema.kafka_schema[my-schema-key] will be updated in-place
~ resource confluent_schema kafka_schema
id = my-schema-key/latest
~ schema = jsonencode( # whitespace changes
fields = [
name = code
type = string
,
]
name = Key
namespace = myNamespace
type = record
)
# (7 unchanged attributes hidden)
We don't know where the “whitespace changes” come from. But it takes a long time to plan/apply, even though there's no change.
The text was updated successfully, but these errors were encountered:
Let me try to reproduce the issue by creating this schema using v1.83.0 version of TF Provider, then update to v2.1.0, v2.5.0, v2.15.0, v2.16.0, and then finally update to v2.18.0.
For context, v1.83.0 and v.2.1.0 were copied from #436.
@NickDub could you share what version of TF Provider were you using when creating this schema?
I'm not sure whether it helps, but here's what we recently received from one of the users who reported a similar issue:
The issue was observed with the Confluent Terraform provider version 2.5.0. Upgrading to version 2.17.0 resolved it, and evidence suggests the fix was introduced in version 2.6.0. This appears to no longer be a concern and the matter can be considered resolved.
We haven't made any changes to our resources, but, from v2.16.0, when we plan/apply, we get the following message :
We don't know where the “whitespace changes” come from. But it takes a long time to plan/apply, even though there's no change.
The text was updated successfully, but these errors were encountered: