mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore(tf): bump google provider
This commit is contained in:
parent
2976b35505
commit
8ddf8e6aac
2 changed files with 15 additions and 15 deletions
|
@ -2,12 +2,12 @@ terraform {
|
|||
required_version = ">=0.14"
|
||||
required_providers {
|
||||
google = {
|
||||
version = ">=3.49.0"
|
||||
version = ">=3.51.0"
|
||||
source = "hashicorp/google"
|
||||
}
|
||||
|
||||
google-beta = {
|
||||
version = ">=3.49.0"
|
||||
version = ">=3.51.0"
|
||||
source = "hashicorp/google"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue