Skip to content

Instantly share code, notes, and snippets.

@Neutrollized
Created June 10, 2022 18:45
Show Gist options
  • Save Neutrollized/072dfc31d04096fb11cb78de9efda644 to your computer and use it in GitHub Desktop.
Save Neutrollized/072dfc31d04096fb11cb78de9efda644 to your computer and use it in GitHub Desktop.
Medium: Securing your GCP workflow using Secrets Engines on HashiCorp Vault
resource "//cloudresourcemanager.googleapis.com/projects/my-project-123" {
roles = [
"roles/compute.instanceAdmin.v1",
"roles/compute.networkAdmin",
"roles/compute.securityAdmin",
"roles/iam.serviceAccountUser",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment