Skip to content

Commit

Permalink
Merge pull request #55 from google/feature/ingblue
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
amgoogle authored Apr 15, 2024
2 parents 6d9e681 + 6a667bc commit 3c33fa0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/poc/modules/secret-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ resource "google_secret_manager_secret" "secret-basic" {
label = var.label
}

replication {
automatic {}
}
depends_on = [google_project_service.secret-manager]
}

Expand Down

0 comments on commit 3c33fa0

Please sign in to comment.