-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feat: add variable set support for environment schema #878
Conversation
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.
Very nice work!
add a suggestion for the tests
@@ -224,6 +239,8 @@ resource "env0_environment" "workflow-environment" { | |||
value = "v1" | |||
} | |||
|
|||
variable_sets = [env0_variable_set.variable_set.id] |
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.
maybe add in the secound run a different set that way we also check the unassign logic
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.
good idea!
Issue & Steps to Reproduce / Feature Request
resolves #829
Solution