terraform-provider: update AWS example

This commit is contained in:
Moritz Sanft 2023-12-15 15:49:19 +01:00
parent fc75fd78d8
commit ba140293cf
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615

View File

@ -33,10 +33,10 @@ This example shows how to set up a Constellation cluster with the reference IAM
```bash ```bash
terraform init terraform init
terraform apply -target module.azure_iam # 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 examplary 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 examplary configuration or manually patch the resource 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 examplary configuration 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. Use the following policy if manually performing the patch.