From ba140293cf8c402f667c32efce814f0b0d79a653 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:49:19 +0100 Subject: [PATCH] terraform-provider: update AWS example --- docs/docs/workflows/terraform-provider.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/workflows/terraform-provider.md b/docs/docs/workflows/terraform-provider.md index 9a17aa72d..ad2e464b1 100644 --- a/docs/docs/workflows/terraform-provider.md +++ b/docs/docs/workflows/terraform-provider.md @@ -33,10 +33,10 @@ This example shows how to set up a Constellation cluster with the reference IAM ```bash terraform init - terraform apply -target module.azure_iam # adjust resource path if not using the examplary configuration - terraform apply -target module.azure_infrastructure # adjust resource path if not using the examplary configuration - constellation maa-patch $(terraform output maa_url) # adjust output path / input if not using the examplary configuration or manually patch the resource - terraform apply -target constellation_cluster.azure_example # adjust resource path if not using the examplary configuration + terraform apply -target module.azure_iam # adjust resource path if not using the example configuration + terraform apply -target module.azure_infrastructure # adjust resource path if not using the example configuration + constellation maa-patch $(terraform output maa_url) # adjust output path / input if not using the example configuration or manually patch the resource + terraform apply -target constellation_cluster.azure_example # adjust resource path if not using the example configuration ``` Use the following policy if manually performing the patch.