terraform-provider-kafka-connect icon indicating copy to clipboard operation
terraform-provider-kafka-connect copied to clipboard

RFE: When config_sensitive isn't provided, stop showing it in diff

Open aakarshg opened this issue 2 years ago • 0 comments

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)

aakarshg avatar Mar 29 '22 22:03 aakarshg