Skip to content

Commit

Permalink
enable osconfig API (#1165)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Jul 3, 2024
1 parent 790d02d commit bfc40f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/gcp/modules/bastion/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ resource "google_project_service" "service" {
"cloudkms.googleapis.com", // For KMS keyring and crypto key. roles/cloudkms.admin
"compute.googleapis.com", // For compute firewall, instance. roles/compute.securityAdmin, roles/compute.instanceAdmin
"iam.googleapis.com", // For creating service accounts and access control. roles/iam.serviceAccountAdmin
"osconfig.googleapis.com", // For using OS Config API (patching)
])
service = each.key

Expand Down

0 comments on commit bfc40f4

Please sign in to comment.