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

Add maintenance exclusions support #781

Merged

Conversation

msgongora
Copy link
Contributor

fixes #780
This feature has been GA for about a year but looking at the cluster template I realize most of the maintenance_policy features are still under beta, so I'm placing this PR under beta and probably I'm going to file another PR moving all those features, including this one, out of beta. Please let me know and I'll work on the 2nd PR as soon as I have time.

@msgongora
Copy link
Contributor Author

Also to mention that we could improve this implementation when support to 0.12 is dropped and we could fully use variable validation for instance. Maintenance exclusion has some constraints or restrictions that I think we could address better with a higher terraform version.

Copy link
Member

@bharathkkb bharathkkb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @msgongora

You will need to bump the example provider versions as well. Example
We will also be dropping support for 0.12 in next release.

@msgongora
Copy link
Contributor Author

msgongora commented Jan 9, 2021

You will need to bump the example provider versions as well.

done, I see docker_test_lint clear of errors

@bharathkkb bharathkkb merged commit 0abbf41 into terraform-google-modules:master Jan 11, 2021
bmenasha pushed a commit to bmenasha/terraform-google-kubernetes-engine that referenced this pull request Feb 17, 2023
* Add support to maintenance exclusions

* Bump google-beta required_providers to 3.49.0
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

Successfully merging this pull request may close these issues.

Add support to maintenance_exclusion
2 participants