Update versions.

This commit is contained in:
lcaggio 2023-03-04 14:12:50 +01:00
parent f8a7aa865a
commit 652495e530
2 changed files with 3 additions and 6 deletions

View File

@ -84,5 +84,6 @@ module "test" {
project_id = "project-1" project_id = "project-1"
prefix = "prefix" prefix = "prefix"
} }
# tftest modules=9 resources=46 # tftest modules=9 resources=46
``` ```

View File

@ -12,20 +12,16 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# tfdoc:file:description Terraform version.
terraform { terraform {
required_version = ">= 1.3.1" required_version = ">= 1.3.1"
required_providers { required_providers {
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"
version = ">= 4.50.0" # tftest version = ">= 4.55.0" # tftest
} }
google-beta = { google-beta = {
source = "hashicorp/google-beta" source = "hashicorp/google-beta"
version = ">= 4.50.0" # tftest version = ">= 4.55.0" # tftest
} }
} }
} }