azaurus1 / terraform-provider-pinot

A terraform provider for Apache Pinot
https://registry.terraform.io/providers/azaurus1/pinot/latest
Mozilla Public License 2.0
8 stars 1 forks source link

Add sensitive config for table config #33

Open azaurus1 opened 3 months ago

azaurus1 commented 3 months ago

Add config_sensitve like this:

 config_sensitive = {
    "connection.password" = "this-should-never-appear-unmasked"
  }