Skip to content

Commit 38840a3

Browse files
Remove duplicate entry for secretmanager
1 parent 8674056 commit 38840a3

File tree

1 file changed

+1
-2
lines changed
  • infra/gcp/terraform/k8s-infra-prow

1 file changed

+1
-2
lines changed

infra/gcp/terraform/k8s-infra-prow/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ module "project" {
4040
"certificatemanager.googleapis.com",
4141
"artifactregistry.googleapis.com",
4242
"secretmanager.googleapis.com",
43-
"cloudbuild.googleapis.com",
44-
"secretmanager.googleapis.com",
43+
"cloudbuild.googleapis.com"
4544
]
4645
}

0 commit comments

Comments
 (0)