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

Ignore controller user_data changes to allow plugin updates #335

Merged
merged 1 commit into from
Oct 29, 2018

Commits on Oct 28, 2018

  1. Ignore controller user_data changes to allow plugin updates

    * Updating the `terraform-provider-ct` plugin is known to produce
    a `user_data` diff in all pre-existing clusters. Applying the
    diff to pre-existing cluster destroys controller nodes
    * Ignore changes to controller `user_data`. Once all managed
    clusters use a release containing this change, it is possible
    to update the `terraform-provider-ct` plugin (worker `user_data`
    will still be modified)
    * Changing the module `ref` for an existing cluster and
    re-applying is still NOT supported (although this PR
    would protect controllers from being destroyed)
    dghubble committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    0e71f7e View commit details
    Browse the repository at this point in the history