We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dada3c commit a80e2f9Copy full SHA for a80e2f9
terraform/modules/cloudbuild/main.tf
@@ -37,6 +37,7 @@ resource "google_artifact_registry_repository" "sst_app_ui" {
37
location = var.region
38
repository_id = "sst-app-ui"
39
format = "DOCKER"
40
+ cleanup_policy_dry_run = false
41
cleanup_policies {
42
id = "keep-latest"
43
action = "KEEP"
0 commit comments