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

Optional parameter 'Extra' on devicegroup keep being deleted #57

Open
GoumJer opened this issue Dec 28, 2022 · 2 comments
Open

Optional parameter 'Extra' on devicegroup keep being deleted #57

GoumJer opened this issue Dec 28, 2022 · 2 comments

Comments

@GoumJer
Copy link

GoumJer commented Dec 28, 2022

When applying a plan on a resourcegroup the parameter 'Extra' is deleted (default behavior?). But we never did set this, and the deletion comes back every run. And setting this with empty values does not work....

How to get rid of this annoying behaviour?

image

@aculbertson-bw
Copy link

Temporary work around, for devices where this isn't needed, using native lifecycle statement:

  lifecycle {
    ignore_changes = [
      extra
    ]
  }

@GoumJer
Copy link
Author

GoumJer commented Dec 28, 2022

Thanks aculbertson-bw,

I feel stupid I did not think of this workaround... Works as expected from a workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants