Moved allow_net_admin to enable_features flag. Bumped provider version to 4.76

This commit is contained in:
Eunan Hardy
2023-08-07 14:27:20 +01:00
parent 69ea9dd3be
commit dd3a298892
99 changed files with 198 additions and 201 deletions

View File

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