Skip to content

Commit 7233527

Browse files
authored
fix(TPG>=6.11)!: add deletion protection variable to google_workflows_workflow (#370)
1 parent 49dbd7c commit 7233527

File tree

12 files changed

+30
-16
lines changed

12 files changed

+30
-16
lines changed

metadata.display.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

modules/authorization/metadata.display.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

modules/authorization/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -106,4 +106,4 @@ spec:
106106
- iam.googleapis.com
107107
providerVersions:
108108
- source: hashicorp/google
109-
version: ">= 5.39, < 7"
109+
version: ">= 4.44, < 7"

modules/data_warehouse/metadata.display.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

modules/data_warehouse/metadata.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -140,5 +140,17 @@ spec:
140140
- serviceusage.googleapis.com
141141
- iam.googleapis.com
142142
providerVersions:
143+
- source: hashicorp/archive
144+
version: 2.4.2
143145
- source: hashicorp/google
144-
version: ">= 5.39, < 7"
146+
version: ">= 6.11, < 7"
147+
- source: hashicorp/google-beta
148+
version: ">= 6.11, < 7"
149+
- source: hashicorp/http
150+
version: ">= 2"
151+
- source: hashicorp/local
152+
version: ">=2.4"
153+
- source: hashicorp/random
154+
version: 3.6.2
155+
- source: hashicorp/time
156+
version: ">= 0.9.1"

modules/data_warehouse/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ terraform {
1818
required_providers {
1919
google = {
2020
source = "hashicorp/google"
21-
version = ">= 4.52, < 7"
21+
version = ">= 6.11, < 7"
2222
}
2323
google-beta = {
2424
source = "hashicorp/google-beta"
25-
version = ">= 4.52, < 7"
25+
version = ">= 6.11, < 7"
2626
}
2727
archive = {
2828
source = "hashicorp/archive"

modules/data_warehouse/workflows.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ resource "google_workflows_workflow" "workflow" {
6666
function_name = google_cloudfunctions2_function.notebook_deploy_function.name
6767
})
6868

69+
deletion_protection = var.deletion_protection
70+
6971
labels = var.labels
7072

7173
depends_on = [

modules/scheduled_queries/metadata.display.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

modules/scheduled_queries/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Google LLC
1+
# Copyright 2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -72,4 +72,4 @@ spec:
7272
- iam.googleapis.com
7373
providerVersions:
7474
- source: hashicorp/google
75-
version: ">= 5.39, < 7"
75+
version: ">= 4.0, < 7"

0 commit comments

Comments
 (0)