Skip to content

Commit e881705

Browse files
deps: update Terraform constellation to v2 (edgelesssys#3306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d008c2 commit e881705

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

terraform-provider-constellation/examples/full/aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
constellation = {
44
source = "edgelesssys/constellation"
5-
version = "0.0.0" // replace with the version you want to use
5+
version = "2.17.0" // replace with the version you want to use
66
}
77
random = {
88
source = "hashicorp/random"

terraform-provider-constellation/examples/full/azure/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
constellation = {
44
source = "edgelesssys/constellation"
5-
version = "0.0.0" // replace with the version you want to use
5+
version = "2.17.0" // replace with the version you want to use
66
}
77
random = {
88
source = "hashicorp/random"

terraform-provider-constellation/examples/full/gcp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
constellation = {
44
source = "edgelesssys/constellation"
5-
version = "0.0.0" // replace with the version you want to use
5+
version = "2.17.0" // replace with the version you want to use
66
}
77
random = {
88
source = "hashicorp/random"

terraform-provider-constellation/examples/full/stackit/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
constellation = {
44
source = "edgelesssys/constellation"
5-
version = "0.0.0" // replace with the version you want to use
5+
version = "2.17.0" // replace with the version you want to use
66
}
77
random = {
88
source = "hashicorp/random"

0 commit comments

Comments
 (0)