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:
3u13r 2023-01-27 12:59:25 +01:00 committed by GitHub
parent c758aef1ff
commit 6ea6e42519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 114 additions and 31 deletions

View file

@ -8,6 +8,10 @@ terraform {
source = "hashicorp/random"
version = "3.4.3"
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.50.0"
}
}
}