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_keys data source #7678

Merged
merged 1 commit into from
Jul 26, 2016
Merged

Commits on Jul 17, 2016

  1. provider/consul: consul_keys data source

    Previously the consul_keys resource did double-duty as both a reader and
    writer of values from the Consul key/value store, but that made its
    interface rather confusing and complex, as well as having all of the other
    general problems associated with read-only resources.
    
    Here we split the functionality such that reading is done with the
    consul_keys data source while writing is done with the consul_keys
    resource.
    
    The old read behavior of the resource is still supported, but it's no
    longer documented (except as a deprecation note) and will generate
    deprecation warnings when used.
    
    In future it should be possible to simplify the consul_keys resource by
    removing all of the read support, but that is deferred for now to give
    users a chance to gracefully migrate to the new data source.
    apparentlymart committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    8b2ab01 View commit details
    Browse the repository at this point in the history