Mongey / terraform-provider-kafka-connect

Terraform provider for managing Apache Kafka Connect
MIT License
110 stars 40 forks source link

tls_auth_is_insecure set empty string as default value for bool #138

Open timchenko-a opened 5 months ago

timchenko-a commented 5 months ago

Provider version: 0.4.0 Provider config:

provider "kafka-connect" {
  url = var.connect_url
}

Get the next warning when running terraform commands:

Warning: provider set empty string as default value for bool tls_auth_is_insecure

Seems like variable should have bool as a default value.