bump provider versions

This commit is contained in:
Fawzi
2023-04-11 22:18:31 +10:00
parent 5f450300d0
commit 4722efea40
86 changed files with 258 additions and 258 deletions

View File

@@ -13,15 +13,15 @@
# limitations under the License.
terraform {
required_version = ">= 1.3.1"
required_version = ">= 1.4.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.59.0" # tftest
version = ">= 4.60.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.59.0" # tftest
version = ">= 4.60.0" # tftest
}
}
}