-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Currently the required provider for Google is >-5.0.0, which is quite out of date. We've received request to update this to most recent version of the provider, which is currently 6.38.
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.0.0, < 6"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.0.0, < 6"
}
}
}
Metadata
Metadata
Assignees
Labels
No labels