Skip to content

Commit

Permalink
Merge pull request #59 from google/feature/yellow
Browse files Browse the repository at this point in the history
Feature/yellow
  • Loading branch information
amgoogle committed Apr 15, 2024
2 parents 09b4766 + e44f0c0 commit e15933c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/poc/config/dev.tfvars
Original file line number Diff line number Diff line change
@@ -1 +1 @@
secret = "blue"
secret = "yellow"
2 changes: 1 addition & 1 deletion examples/poc/config/prod.tfvars
Original file line number Diff line number Diff line change
@@ -1 +1 @@
secret = "blue"
secret = "yellow"
2 changes: 1 addition & 1 deletion examples/poc/config/stage.tfvars
Original file line number Diff line number Diff line change
@@ -1 +1 @@
secret = "blue"
secret = "yellow"
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 e15933c

Please sign in to comment.