Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
amgoogle authored Apr 15, 2024
1 parent 973179c commit e44f0c0
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 = "yellow"
depends_on = [module.secret-manager-variable]
}

Expand Down

0 comments on commit e44f0c0

Please sign in to comment.