Support new fields in bigquery module, bump provider versions, unpin local provider (#1306)

* add support for new attributes to bigquery module

* bump provider versions
This commit is contained in:
Ludovico Magnocavallo
2023-04-05 16:22:52 +02:00
committed by GitHub
parent 40cda39093
commit 865ef463bb
100 changed files with 187 additions and 667 deletions

View File

@@ -17,15 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.55.0" # tftest
version = ">= 4.59.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.55.0" # tftest
}
local = {
source = "hashicorp/local"
version = "2.2.3"
version = ">= 4.59.0" # tftest
}
}
}