terraform/builtin/providers/consul
Martin Atkins d706130a51 consul_key_prefix resource
This new resource is an alternative to consul_keys that manages all keys
under a given prefix, rather than arbitrary single keys across the entire
store.

The key advantage of this resource over consul_keys is that it is able to
detect and delete keys that are added outside of Terraform, whereas
consul_keys is only able to detect changes to keys it is explicitly
managing.
2016-04-02 20:37:11 -07:00
..
config.go providers/consul: add scheme argument 2015-05-06 16:12:32 -07:00
key_client.go consul_key_prefix resource 2016-04-02 20:37:11 -07:00
resource_consul_key_prefix.go consul_key_prefix resource 2016-04-02 20:37:11 -07:00
resource_consul_key_prefix_test.go consul_key_prefix resource 2016-04-02 20:37:11 -07:00
resource_consul_keys.go Treat each consul key as having its own lifecycle 2016-03-10 07:52:43 -08:00
resource_consul_keys_migrate.go consul: Fix several problems w/ consul_keys update 2016-01-26 14:46:26 -06:00
resource_consul_keys_migrate_test.go consul: Fix several problems w/ consul_keys update 2016-01-26 14:46:26 -06:00
resource_consul_keys_test.go Treat each consul key as having its own lifecycle 2016-03-10 07:52:43 -08:00
resource_provider.go consul_key_prefix resource 2016-04-02 20:37:11 -07:00
resource_provider_test.go consul: Fix several problems w/ consul_keys update 2016-01-26 14:46:26 -06:00