Skip to content

Commit

Permalink
[infra] Turn dry run off on cleanup policies
Browse files Browse the repository at this point in the history
  • Loading branch information
jigold committed Nov 15, 2023
1 parent 258b26f commit f9d6b2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/gcp-broad/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,11 @@ resource "google_artifact_registry_repository" "repository" {
format = "DOCKER"
repository_id = "hail"
location = var.artifact_registry_location
cleanup_policy_dry_run = false

# https://github.com/hashicorp/terraform-provider-azurerm/issues/7396
lifecycle {
ignore_changes = [cleanup_policies, timeouts, cleanup_policy_dry_run]
ignore_changes = [cleanup_policies, timeout]
}
}

Expand Down

0 comments on commit f9d6b2d

Please sign in to comment.