Skip to content

Commit

Permalink
docs: add STACKIT to the terraform provider page
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Mar 11, 2024
1 parent e7707cc commit 87303f4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/docs/workflows/terraform-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</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>
4. Connect to the cluster.

Expand Down
11 changes: 11 additions & 0 deletions docs/versioned_docs/version-2.16/workflows/terraform-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</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>
4. Connect to the cluster.

Expand Down

0 comments on commit 87303f4

Please sign in to comment.