mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
deps: update Terraform dependencies (#3209)
Co-authored-by: Markus Rudy <mr@edgeless.systems>
This commit is contained in:
parent
712ff90ba0
commit
c2b720ca56
28 changed files with 298 additions and 298 deletions
|
@ -2,12 +2,12 @@ terraform {
|
|||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = "5.34.0"
|
||||
version = "5.37.0"
|
||||
}
|
||||
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = "5.34.0"
|
||||
version = "5.37.0"
|
||||
}
|
||||
|
||||
random = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue