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
This seems to be the case, when the config_sensitive field isnt provided or used when creating resource, everytime the plan is run it will still show up as if theres a diff
% terraform plan
kafka-connect_connector.example: Refreshing state... [id=example]
Note: Objects have changed outside of Terraform
Terraform detected the following changes made outside of Terraform since the last "terraform apply":
# kafka-connect_connector.example has changed
~ resource "kafka-connect_connector" "example" {
+ config_sensitive = (sensitive value)
The text was updated successfully, but these errors were encountered:
This seems to be the case, when the
config_sensitive
field isnt provided or used when creating resource, everytime the plan is run it will still show up as if theres a diffThe text was updated successfully, but these errors were encountered: