Created
June 10, 2022 18:45
-
-
Save Neutrollized/072dfc31d04096fb11cb78de9efda644 to your computer and use it in GitHub Desktop.
Medium: Securing your GCP workflow using Secrets Engines on HashiCorp Vault
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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