-
-
Notifications
You must be signed in to change notification settings - Fork 121
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: update to context #38
Conversation
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
Hm that's a good point but it would be better to cherry pick the enabled commits into a separate pr in case the other pending pr takes longer to complete. |
@nitrocode I agree that a separate PR would be a better idea but the current master is based on Terraform prior to 0.12, which is lacking functions like try on which these changes depend. |
@syphernl thanks for the PR, this is good. |
@aknysh I've updated the PR (and title/description since the scoped changed somewhat) |
/test all |
/test all |
/rebuild-readme |
/test all |
what
context.tf
enabled
todistribution_enabled
(breaking change)why
enabled
flag to prevent resources from being created. This module usedenabled
to toggle the status of the distribution itself.references