mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-02 13:12:20 -04:00
fix: GCP service account creation fails sometimes (#1935)
* deps: update Terraform google to v4.69.1 * deps: tidy all modules * add delay for service account * deps: tidy all modules * add delay for service account --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com> Co-authored-by: Adrian Stobbe <stobbe.adrian@gmail.com>
This commit is contained in:
parent
a717cefc26
commit
ab52e6d4c5
11 changed files with 126 additions and 84 deletions
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = "4.65.1"
|
||||
version = "4.69.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue