Skip to content

Commit

Permalink
Merge pull request #9 from google/feature-red
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
amgoogle authored Aug 30, 2022
2 parents 759fdbb + 05c9ff5 commit 67c9cf3
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 = "blue"
secret_version = "red"
depends_on = [module.secret-manager-variable]
}

Expand Down

0 comments on commit 67c9cf3

Please sign in to comment.