mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore: bump terraform providers
This commit is contained in:
parent
334462680e
commit
df05e23303
2 changed files with 30 additions and 30 deletions
|
@ -2,17 +2,17 @@ terraform {
|
|||
required_version = ">=0.14"
|
||||
required_providers {
|
||||
google = {
|
||||
version = ">=3.51.0"
|
||||
version = ">=3.51.1"
|
||||
source = "hashicorp/google"
|
||||
}
|
||||
|
||||
google-beta = {
|
||||
version = ">=3.51.0"
|
||||
version = ">=3.51.1"
|
||||
source = "hashicorp/google"
|
||||
}
|
||||
|
||||
cloudflare = {
|
||||
version = ">=2.14.0"
|
||||
version = ">=2.17.0"
|
||||
source = "cloudflare/cloudflare"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue