mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-10 05:31:11 -05:00
terraform: make control-planes stateful on gcp (#1087)
* terraform: make control-planes stateful on gcp * terraform: lock google-beta provider
This commit is contained in:
parent
c758aef1ff
commit
6ea6e42519
8 changed files with 114 additions and 31 deletions
|
|
@ -8,6 +8,10 @@ terraform {
|
|||
source = "hashicorp/random"
|
||||
version = "3.4.3"
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = "4.50.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue