deps: update Terraform constellation to v2 (#3306)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-08-08 16:34:04 +02:00 committed by GitHub
parent 2d008c2923
commit e881705f73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
constellation = {
source = "edgelesssys/constellation"
version = "0.0.0" // replace with the version you want to use
version = "2.17.0" // replace with the version you want to use
}
random = {
source = "hashicorp/random"

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
constellation = {
source = "edgelesssys/constellation"
version = "0.0.0" // replace with the version you want to use
version = "2.17.0" // replace with the version you want to use
}
random = {
source = "hashicorp/random"

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
constellation = {
source = "edgelesssys/constellation"
version = "0.0.0" // replace with the version you want to use
version = "2.17.0" // replace with the version you want to use
}
random = {
source = "hashicorp/random"

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
constellation = {
source = "edgelesssys/constellation"
version = "0.0.0" // replace with the version you want to use
version = "2.17.0" // replace with the version you want to use
}
random = {
source = "hashicorp/random"