diff --git a/1-org/modules/centralized-logging/main.tf b/1-org/modules/centralized-logging/main.tf index 75cad1c1d..3c4bb38b6 100644 --- a/1-org/modules/centralized-logging/main.tf +++ b/1-org/modules/centralized-logging/main.tf @@ -189,6 +189,7 @@ resource "terracurl_request" "exclude_external_logs" { count = var.project_options != null ? 1 : 0 name = "exclude_external_logs" + destroy_skip = true url = "https://logging.googleapis.com/v2/projects/${var.logging_destination_project_id}/sinks/_Default?updateMask=exclusions" method = "PUT" response_codes = [200] diff --git a/1-org/modules/centralized-logging/versions.tf b/1-org/modules/centralized-logging/versions.tf index eac6e25c5..808adbe56 100644 --- a/1-org/modules/centralized-logging/versions.tf +++ b/1-org/modules/centralized-logging/versions.tf @@ -20,7 +20,7 @@ terraform { required_providers { terracurl = { source = "devops-rob/terracurl" - version = "1.2.1" + version = "1.2.2" } } }