Skip to content

Commit

Permalink
Merge pull request #11 from google/poc-stage
Browse files Browse the repository at this point in the history
STAGE -> PROD
  • Loading branch information
amgoogle authored Aug 30, 2022
2 parents 912ed64 + ccad8f2 commit 0dc2395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/poc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "secret-manager-static" {
label = "devdps-governance-secret-static-over-stages"
project_id = var.project
secret_id = "dg-secret-static"
secret_version = "yellow"
secret_version = "red"
depends_on = [module.secret-manager-variable]
}

Expand Down

0 comments on commit 0dc2395

Please sign in to comment.