mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-26 00:35:19 -04:00
docs: add STACKIT to the terraform provider page
This commit is contained in:
parent
c23f17de41
commit
7fb2a357d9
2 changed files with 22 additions and 0 deletions
|
@ -78,6 +78,17 @@ This example shows how to set up a Constellation cluster with the reference IAM
|
||||||
|
|
||||||
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
|
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
|
||||||
</tabItem>
|
</tabItem>
|
||||||
|
<tabItem value="stackit" label="STACKIT">
|
||||||
|
Initialize the providers and apply the configuration.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
terraform init
|
||||||
|
terraform apply
|
||||||
|
```
|
||||||
|
|
||||||
|
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
|
||||||
|
</tabItem>
|
||||||
|
|
||||||
</tabs>
|
</tabs>
|
||||||
4. Connect to the cluster.
|
4. Connect to the cluster.
|
||||||
|
|
||||||
|
|
|
@ -78,6 +78,17 @@ This example shows how to set up a Constellation cluster with the reference IAM
|
||||||
|
|
||||||
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
|
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
|
||||||
</tabItem>
|
</tabItem>
|
||||||
|
<tabItem value="stackit" label="STACKIT">
|
||||||
|
Initialize the providers and apply the configuration.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
terraform init
|
||||||
|
terraform apply
|
||||||
|
```
|
||||||
|
|
||||||
|
Optionally, you can prefix the `terraform apply` command with `TF_LOG=INFO` to collect [Terraform logs](https://developer.hashicorp.com/terraform/internals/debugging) while applying the configuration. This may provide helpful output in debugging scenarios.
|
||||||
|
</tabItem>
|
||||||
|
|
||||||
</tabs>
|
</tabs>
|
||||||
4. Connect to the cluster.
|
4. Connect to the cluster.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue