Skip to content

Commit

Permalink
feat: Add KMS for encrypting k8s etcd (#77)
Browse files Browse the repository at this point in the history
Add KMS for encrypting k8s etcd
  • Loading branch information
mitch-hamm authored Apr 26, 2024
1 parent bb47e4f commit 4632366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gcp/vendor-access/common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ variable "project" {
variable "roles" {
default = [
"roles/editor",
"roles/cloudkms.admin",
"roles/compute.admin",
"roles/compute.loadBalancerAdmin",
"roles/compute.networkAdmin",
Expand Down

0 comments on commit 4632366

Please sign in to comment.