deps: update Terraform random to v3.5.1 (#1779)

* deps: update Terraform random to v3.5.1

* deps: tidy all modules

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-16 16:01:47 +02:00 committed by GitHub
parent 780fa9a238
commit 0ce01cbad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 140 additions and 116 deletions

View file

@ -6,7 +6,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.4.3"
version = "3.5.1"
}
google-beta = {
source = "hashicorp/google-beta"