File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
1-org/modules/centralized-logging Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737 folder : [helpers/foundation-deployer]
3838 steps :
3939 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
40+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
4141 with :
4242 go-version-file : ${{ matrix.folder }}/go.mod
4343 cache-dependency-path : ${{ matrix.folder }}/go.sum
4444 - name : golangci-lint
45- uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
45+ uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
4646 with :
4747 version : latest
4848 working-directory : ${{ matrix.folder }}
Original file line number Diff line number Diff line change 3939 folder : [helpers/foundation-deployer]
4040 steps :
4141 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
42+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
4343 with :
4444 go-version-file : ${{ matrix.folder }}/go.mod
4545 cache-dependency-path : ${{ matrix.folder }}/go.sum
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments