From e881705f73e560f521242b8af8f1a33affc51ffd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:34:04 +0200 Subject: [PATCH] deps: update Terraform constellation to v2 (#3306) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- terraform-provider-constellation/examples/full/aws/main.tf | 2 +- terraform-provider-constellation/examples/full/azure/main.tf | 2 +- terraform-provider-constellation/examples/full/gcp/main.tf | 2 +- terraform-provider-constellation/examples/full/stackit/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform-provider-constellation/examples/full/aws/main.tf b/terraform-provider-constellation/examples/full/aws/main.tf index b50a014e3d..0df6089816 100644 --- a/terraform-provider-constellation/examples/full/aws/main.tf +++ b/terraform-provider-constellation/examples/full/aws/main.tf @@ -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" diff --git a/terraform-provider-constellation/examples/full/azure/main.tf b/terraform-provider-constellation/examples/full/azure/main.tf index 84237eeb15..857023874b 100644 --- a/terraform-provider-constellation/examples/full/azure/main.tf +++ b/terraform-provider-constellation/examples/full/azure/main.tf @@ -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" diff --git a/terraform-provider-constellation/examples/full/gcp/main.tf b/terraform-provider-constellation/examples/full/gcp/main.tf index a6c2d09abe..9f8df7a080 100644 --- a/terraform-provider-constellation/examples/full/gcp/main.tf +++ b/terraform-provider-constellation/examples/full/gcp/main.tf @@ -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" diff --git a/terraform-provider-constellation/examples/full/stackit/main.tf b/terraform-provider-constellation/examples/full/stackit/main.tf index 5eaa271516..a380daec73 100644 --- a/terraform-provider-constellation/examples/full/stackit/main.tf +++ b/terraform-provider-constellation/examples/full/stackit/main.tf @@ -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"