-
Notifications
You must be signed in to change notification settings - Fork 0
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
Do not install VM extensions when var.allow_extension_operations
is false
#37
Do not install VM extensions when var.allow_extension_operations
is false
#37
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.
Please also add a note to the description of the extensions
variable about its dependency on the allow_extension_operations
variable. Make sure it is clear that the list of extension names in the extensions
variable will be ignored if allow_extension_operations
is set to true
.
var.allow_extension_operations
is false
Signed-off-by: Melody Sofia Eroshevich <se@cloudeteer.de>
Signed-off-by: Melody Sofia Eroshevich <se@cloudeteer.de>
dde77de
to
4668001
Compare
Signed-off-by: Melody Sofia Eroshevich <se@cloudeteer.de>
466c3cd
to
24d4e59
Compare
@Phil-Thoennissen, as discussed in our weekly, please ad a unit test for this. cc: @lixhunter |
2d90050
to
e95c2ff
Compare
Signed-off-by: philthoennissen <pth@cloudeteer.de>
e95c2ff
to
1abef35
Compare
Updated the for_each block to dynamically control extension creation.