FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 32add48d authored by Dave Hart's avatar Dave Hart :pizza:
Browse files

Modify minimum Google provider version to >= 3.35, < 4.0. (#9)

parent e35f4bc3
No related branches found
No related tags found
1 merge request!10Modify minimum Google provider version to >= 3.35, < 4.0
Pipeline #39699 passed
......@@ -2,7 +2,7 @@
terraform {
required_providers {
google = ">= 3.16"
google-beta = ">= 3.16"
google = "~> 3.35"
google-beta = "~> 3.35"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment