We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7995aa7 commit 0d9272aCopy full SHA for 0d9272a
1-org/modules/centralized-logging/main.tf
@@ -189,6 +189,7 @@ resource "terracurl_request" "exclude_external_logs" {
189
count = var.project_options != null ? 1 : 0
190
191
name = "exclude_external_logs"
192
+ destroy_skip = true
193
url = "https://logging.googleapis.com/v2/projects/${var.logging_destination_project_id}/sinks/_Default?updateMask=exclusions"
194
method = "PUT"
195
response_codes = [200]
1-org/modules/centralized-logging/versions.tf
@@ -20,7 +20,7 @@ terraform {
20
required_providers {
21
terracurl = {
22
source = "devops-rob/terracurl"
23
- version = "1.2.1"
+ version = "1.2.2"
24
}
25
26
0 commit comments