Skip to content

Commit a80e2f9

Browse files
committed
enable sst_app_ui repo cleanup
1 parent 3dada3c commit a80e2f9

File tree

1 file changed

+1
-0
lines changed
  • terraform/modules/cloudbuild

1 file changed

+1
-0
lines changed

terraform/modules/cloudbuild/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ resource "google_artifact_registry_repository" "sst_app_ui" {
3737
location = var.region
3838
repository_id = "sst-app-ui"
3939
format = "DOCKER"
40+
cleanup_policy_dry_run = false
4041
cleanup_policies {
4142
id = "keep-latest"
4243
action = "KEEP"

0 commit comments

Comments
 (0)