deps: update Terraform constellation to v2

This commit is contained in:
renovate[bot] 2024-08-08 13:57:06 +00:00 committed by GitHub
parent 2d008c2923
commit 99d6937c4e
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"