versions.tf maintenance + copyright notice bump (#1782)

* Bump copyright notice to 2023

* Delete versions.tf on blueprints

* Pin provider to major version 5

* Remove comment

* Fix lint

* fix bq-ml blueprint readme

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
Simone Ruffilli
2023-10-20 18:17:47 +02:00
committed by GitHub
parent d07daf966a
commit 6d89b88149
382 changed files with 427 additions and 1214 deletions

View File

@@ -1,6 +1,6 @@
#cloud-config
# Copyright 2022 Google LLC
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.0.0" # tftest
version = ">= 5.0.0, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.0.0" # tftest
version = ">= 5.0.0, < 6.0.0" # tftest
}
}
}