chore(docs): align contribution guide to user-agent header refactoring (#845)
relates to STACKITTPR-184
This commit is contained in:
parent
fd7cc67705
commit
1a2649cf13
4 changed files with 336 additions and 307 deletions
|
|
@ -15,7 +15,7 @@ This project is the official [Terraform Provider](https://registry.terraform.io/
|
|||
|
||||
To install the [STACKIT Terraform Provider](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs), copy and paste this code into your Terraform configuration. Then, run `terraform init`.
|
||||
|
||||
```
|
||||
```hcl
|
||||
terraform {
|
||||
required_providers {
|
||||
stackit = {
|
||||
|
|
@ -124,7 +124,7 @@ To do so, you need an Object Storage [S3 bucket](https://docs.stackit.cloud/stac
|
|||
|
||||
Once you have everything setup, you can configure the backend by adding the following block to your Terraform configuration:
|
||||
|
||||
```
|
||||
```hcl
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "BUCKET_NAME"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue