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

@@ -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
}
}
}