diff --git a/metadata.display.yaml b/metadata.display.yaml index 3efb9c25..e7096b96 100644 --- a/metadata.display.yaml +++ b/metadata.display.yaml @@ -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. diff --git a/metadata.yaml b/metadata.yaml index b5f8cecb..6d245f61 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -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. diff --git a/modules/authorization/metadata.display.yaml b/modules/authorization/metadata.display.yaml index 64fb6e6e..a1a98c68 100644 --- a/modules/authorization/metadata.display.yaml +++ b/modules/authorization/metadata.display.yaml @@ -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. diff --git a/modules/authorization/metadata.yaml b/modules/authorization/metadata.yaml index 803a9fb6..44946795 100644 --- a/modules/authorization/metadata.yaml +++ b/modules/authorization/metadata.yaml @@ -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. @@ -106,4 +106,4 @@ spec: - iam.googleapis.com providerVersions: - source: hashicorp/google - version: ">= 5.39, < 7" + version: ">= 4.44, < 7" diff --git a/modules/data_warehouse/metadata.display.yaml b/modules/data_warehouse/metadata.display.yaml index ee1e3146..7e4daa3e 100644 --- a/modules/data_warehouse/metadata.display.yaml +++ b/modules/data_warehouse/metadata.display.yaml @@ -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. diff --git a/modules/data_warehouse/metadata.yaml b/modules/data_warehouse/metadata.yaml index 23bf706d..d28883c8 100644 --- a/modules/data_warehouse/metadata.yaml +++ b/modules/data_warehouse/metadata.yaml @@ -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. @@ -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" diff --git a/modules/data_warehouse/versions.tf b/modules/data_warehouse/versions.tf index f3f31886..2f744435 100644 --- a/modules/data_warehouse/versions.tf +++ b/modules/data_warehouse/versions.tf @@ -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" diff --git a/modules/data_warehouse/workflows.tf b/modules/data_warehouse/workflows.tf index d7cbc6a7..af8d8014 100644 --- a/modules/data_warehouse/workflows.tf +++ b/modules/data_warehouse/workflows.tf @@ -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 = [ diff --git a/modules/scheduled_queries/metadata.display.yaml b/modules/scheduled_queries/metadata.display.yaml index 2a238854..eb0c5e66 100644 --- a/modules/scheduled_queries/metadata.display.yaml +++ b/modules/scheduled_queries/metadata.display.yaml @@ -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. diff --git a/modules/scheduled_queries/metadata.yaml b/modules/scheduled_queries/metadata.yaml index fe23183b..efa7e0de 100644 --- a/modules/scheduled_queries/metadata.yaml +++ b/modules/scheduled_queries/metadata.yaml @@ -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. @@ -72,4 +72,4 @@ spec: - iam.googleapis.com providerVersions: - source: hashicorp/google - version: ">= 5.39, < 7" + version: ">= 4.0, < 7" diff --git a/modules/udf/metadata.display.yaml b/modules/udf/metadata.display.yaml index 658cc05f..8342ab14 100644 --- a/modules/udf/metadata.display.yaml +++ b/modules/udf/metadata.display.yaml @@ -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. diff --git a/modules/udf/metadata.yaml b/modules/udf/metadata.yaml index dfd61c8e..ce2f016a 100644 --- a/modules/udf/metadata.yaml +++ b/modules/udf/metadata.yaml @@ -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. @@ -76,4 +76,4 @@ spec: - iam.googleapis.com providerVersions: - source: hashicorp/google - version: ">= 5.39, < 7" + version: ">= 3.53, < 7"