chore(docs): align contribution guide to user-agent header refactoring (#845)

relates to STACKITTPR-184
This commit is contained in:
Ruben Hönle 2025-05-16 11:57:36 +02:00 committed by GitHub
parent fd7cc67705
commit 1a2649cf13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 336 additions and 307 deletions

View file

@ -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"