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

feat!: add boot_disk_kms_key variable for node pools to GA modules #1371

Merged
merged 7 commits into from
Nov 2, 2022

Conversation

r1c0x
Copy link
Contributor

@r1c0x r1c0x commented Aug 24, 2022

Add support for boot_disk_kms_key for node pools that allows encrypting boot disks with customer-managed encryption keys.
https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#boot_disk_kms_key

@r1c0x r1c0x requested review from a team, Jberlinsky and bharathkkb as code owners August 24, 2022 12:45
@r1c0x r1c0x changed the title Add boot_disk_kms_key variable for node pools feat: add boot_disk_kms_key variable for node pools Aug 24, 2022
@r1c0x
Copy link
Contributor Author

r1c0x commented Aug 26, 2022

@bharathkkb @Jberlinsky Would you mind taking a look? Thanks.

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 @r1c0x
Since we are moving this out of beta we should also bump the min supported provider. Looking at the change log this looks like it was added in 4.31.0.

version = ">= 4.29.0, < 5.0"

@bharathkkb bharathkkb changed the title feat: add boot_disk_kms_key variable for node pools feat!: add boot_disk_kms_key variable for node pools to GA modules Aug 30, 2022
@r1c0x
Copy link
Contributor Author

r1c0x commented Aug 30, 2022

Thanks @bharathkkb for the review. The provider version is sorted.

@github-actions
Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added Stale and removed Stale labels Oct 29, 2022
@comment-bot-dev
Copy link

@r1c0x
Thanks for the PR! 🚀
✅ Lint checks have passed.

@bharathkkb bharathkkb merged commit d9a44c6 into terraform-google-modules:master Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants