infra/terraform/vpc/providers.tf (
8
lines of code) (
raw
):
terraform { required_providers { google = { source = "hashicorp/google" version = "~> 6.0" } } }