Skip to content

Commit 0d9272a

Browse files
fix retries exceeded on 1-org destroy step
1 parent 7995aa7 commit 0d9272a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

1-org/modules/centralized-logging/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ resource "terracurl_request" "exclude_external_logs" {
189189
count = var.project_options != null ? 1 : 0
190190

191191
name = "exclude_external_logs"
192+
destroy_skip = true
192193
url = "https://logging.googleapis.com/v2/projects/${var.logging_destination_project_id}/sinks/_Default?updateMask=exclusions"
193194
method = "PUT"
194195
response_codes = [200]

1-org/modules/centralized-logging/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
required_providers {
2121
terracurl = {
2222
source = "devops-rob/terracurl"
23-
version = "1.2.1"
23+
version = "1.2.2"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)