Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metadata.display.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion modules/authorization/metadata.display.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions modules/authorization/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -106,4 +106,4 @@ spec:
- iam.googleapis.com
providerVersions:
- source: hashicorp/google
version: ">= 5.39, < 7"
version: ">= 4.44, < 7"
2 changes: 1 addition & 1 deletion modules/data_warehouse/metadata.display.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
16 changes: 14 additions & 2 deletions modules/data_warehouse/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -140,5 +140,17 @@ spec:
- serviceusage.googleapis.com
- iam.googleapis.com
providerVersions:
- source: hashicorp/archive
version: 2.4.2
- source: hashicorp/google
version: ">= 5.39, < 7"
version: ">= 6.11, < 7"
- source: hashicorp/google-beta
version: ">= 6.11, < 7"
- source: hashicorp/http
version: ">= 2"
- source: hashicorp/local
version: ">=2.4"
- source: hashicorp/random
version: 3.6.2
- source: hashicorp/time
version: ">= 0.9.1"
4 changes: 2 additions & 2 deletions modules/data_warehouse/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.52, < 7"
version = ">= 6.11, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.52, < 7"
version = ">= 6.11, < 7"
}
archive = {
source = "hashicorp/archive"
Expand Down
2 changes: 2 additions & 0 deletions modules/data_warehouse/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ resource "google_workflows_workflow" "workflow" {
function_name = google_cloudfunctions2_function.notebook_deploy_function.name
})

deletion_protection = var.deletion_protection

labels = var.labels

depends_on = [
Expand Down
2 changes: 1 addition & 1 deletion modules/scheduled_queries/metadata.display.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions modules/scheduled_queries/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -72,4 +72,4 @@ spec:
- iam.googleapis.com
providerVersions:
- source: hashicorp/google
version: ">= 5.39, < 7"
version: ">= 4.0, < 7"
2 changes: 1 addition & 1 deletion modules/udf/metadata.display.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions modules/udf/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -76,4 +76,4 @@ spec:
- iam.googleapis.com
providerVersions:
- source: hashicorp/google
version: ">= 5.39, < 7"
version: ">= 3.53, < 7"
Loading