-
Notifications
You must be signed in to change notification settings - Fork 102
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
TF-9651 update varset enforced attribute to priority attribute #779
TF-9651 update varset enforced attribute to priority attribute #779
Conversation
CHANGELOG.md
Outdated
@@ -3,7 +3,7 @@ | |||
<!-- Please also include if this is a Bug Fix, Enhancement, or Feature --> | |||
|
|||
## Enhancements | |||
* Added BETA support for including `enforced` attribute to variable_set on create and update by @Netra2104 [#778](https://github.com/hashicorp/go-tfe/pull/778) | |||
* Added BETA support for including `priority` attribute to variable_set on create and update by @Netra2104 [#778](https://github.com/hashicorp/go-tfe/pull/778) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like go-tfe was already released with the name enforced
: https://github.com/hashicorp/go-tfe/releases/tag/v1.35.0.
Is this right?
If this is the case we may need to make the update to priority
backward compatibility so user code doesn't break after upgrade.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had discussions and turns out it can be renamed without backward compatibility since the field is marked BETA.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Reminder to the contributor that merged this PR: if your changes have added important functionality or fixed a relevant bug, open a follow-up PR to update CHANGELOG.md with a note on your changes. |
Description
Rename the enforced field on varsets to be priority instead. This feature has not been released yet anywhere, so there's no concern about breaking changes here.
This pr simply renames the field added in this PR by @Netra2104: #778
External links
Output from tests
Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against.