Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/consul: consul_key_prefix resource #5988

Merged
merged 1 commit into from
Apr 5, 2016
Merged

provider/consul: consul_key_prefix resource #5988

merged 1 commit into from
Apr 5, 2016

Commits on Apr 3, 2016

  1. 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.
    apparentlymart committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    d706130 View commit details
    Browse the repository at this point in the history