Skip to content

Commit

Permalink
thomas version hint
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Nov 16, 2023
1 parent e0e7dd8 commit 9566552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/workflows/terraform-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The files are deleted on `terraform destroy`.

```
module "azure-constellation" {
source = "https://github.com/edgelesssys/constellation/releases/download/<version>/terraform-module.zip//terraform-module/azure-constellation" // insert Constellation version here.
source = "https://github.com/edgelesssys/constellation/releases/download/<version>/terraform-module.zip//terraform-module/azure-constellation" // replace <version> with a Constellation version, e.g., v2.13.0
name = "constell"
location = "northeurope"
service_principal_name = "az-sp"
Expand Down Expand Up @@ -61,7 +61,7 @@ The files are deleted on `terraform destroy`.

```
module "aws-constellation" {
source = "https://github.com/edgelesssys/constellation/releases/download/<version>/terraform-module.zip//terraform-module/aws-constellation" // insert Constellation version here.
source = "https://github.com/edgelesssys/constellation/releases/download/<version>/terraform-module.zip//terraform-module/aws-constellation" // replace <version> with a Constellation version, e.g., v2.13.0
name = "constell"
zone = "us-east-2c"
name_prefix = "example"
Expand Down Expand Up @@ -92,7 +92,7 @@ The files are deleted on `terraform destroy`.

```
module "gcp-constellation" {
source = "https://github.com/edgelesssys/constellation/releases/download/<version>/terraform-module.zip//terraform-module/gcp-constellation" // insert Constellation version here.
source = "https://github.com/edgelesssys/constellation/releases/download/<version>/terraform-module.zip//terraform-module/gcp-constellation" // replace <version> with a Constellation version, e.g., v2.13.0
name = "constell"
project = "constell-proj" // replace with your project id
service_account_id = "constid"
Expand Down

0 comments on commit 9566552

Please sign in to comment.