hashicorp / terraform-provider-consul

Terraform Consul provider
https://www.terraform.io/docs/providers/consul/
Mozilla Public License 2.0
124 stars 113 forks source link

Consul keys data #375

Closed NightOwl998 closed 9 months ago

NightOwl998 commented 10 months ago

Adding a new attribute for the provider error_on_missing_key , if set to true the provider will send an error when reading data sources for missing keys, and if set to false (by default it is set to false), return an empty value when reading a non existing key.