From 3efccbfe5cb5652c6a2cbe5ff78d1d7a2a1f1253 Mon Sep 17 00:00:00 2001 From: Jan Obernberger Date: Tue, 4 Aug 2026 11:38:10 +0200 Subject: [PATCH 1/4] added important note to example --- templates/guides/aws_provider_s3_stackit.md.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/guides/aws_provider_s3_stackit.md.tmpl b/templates/guides/aws_provider_s3_stackit.md.tmpl index 25924abf1..d94a5142e 100644 --- a/templates/guides/aws_provider_s3_stackit.md.tmpl +++ b/templates/guides/aws_provider_s3_stackit.md.tmpl @@ -44,6 +44,8 @@ This guide outlines the process of utilizing the [AWS Terraform Provider](https: } ``` + Important: Run terraform apply now to create the bucket and credentials before proceeding. The AWS provider requires these credential values to already exist during initialization. + 3. **Configure AWS Provider** Configure the AWS provider to connect to the STACKIT Object Storage bucket. @@ -93,4 +95,4 @@ This guide outlines the process of utilizing the [AWS Terraform Provider](https: } EOF } - ``` \ No newline at end of file + ``` From eac6a79685af19ccd4575d0c8cfc7882f0fd4928 Mon Sep 17 00:00:00 2001 From: Jan Obernberger Date: Tue, 4 Aug 2026 11:49:17 +0200 Subject: [PATCH 2/4] generate docs --- docs/guides/aws_provider_s3_stackit.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/aws_provider_s3_stackit.md b/docs/guides/aws_provider_s3_stackit.md index 25924abf1..d94a5142e 100644 --- a/docs/guides/aws_provider_s3_stackit.md +++ b/docs/guides/aws_provider_s3_stackit.md @@ -44,6 +44,8 @@ This guide outlines the process of utilizing the [AWS Terraform Provider](https: } ``` + Important: Run terraform apply now to create the bucket and credentials before proceeding. The AWS provider requires these credential values to already exist during initialization. + 3. **Configure AWS Provider** Configure the AWS provider to connect to the STACKIT Object Storage bucket. @@ -93,4 +95,4 @@ This guide outlines the process of utilizing the [AWS Terraform Provider](https: } EOF } - ``` \ No newline at end of file + ``` From 9771ff5e64252e40fec9fea125ab7979675cf324 Mon Sep 17 00:00:00 2001 From: Jan Obernberger <52105660+j1n-o9r@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:40:21 +0200 Subject: [PATCH 3/4] Update templates/guides/aws_provider_s3_stackit.md.tmpl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ruben Hönle --- templates/guides/aws_provider_s3_stackit.md.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/guides/aws_provider_s3_stackit.md.tmpl b/templates/guides/aws_provider_s3_stackit.md.tmpl index d94a5142e..53519fd8c 100644 --- a/templates/guides/aws_provider_s3_stackit.md.tmpl +++ b/templates/guides/aws_provider_s3_stackit.md.tmpl @@ -44,7 +44,7 @@ This guide outlines the process of utilizing the [AWS Terraform Provider](https: } ``` - Important: Run terraform apply now to create the bucket and credentials before proceeding. The AWS provider requires these credential values to already exist during initialization. + ~> Run terraform apply now to create the bucket and credentials before proceeding. The AWS provider requires these credential values to already exist during initialization. 3. **Configure AWS Provider** From b2d274131cb9cd718e93823ed5a73971a31a69bd Mon Sep 17 00:00:00 2001 From: Jan Obernberger Date: Tue, 11 Aug 2026 13:02:20 +0200 Subject: [PATCH 4/4] generate docs --- docs/guides/aws_provider_s3_stackit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/aws_provider_s3_stackit.md b/docs/guides/aws_provider_s3_stackit.md index d94a5142e..53519fd8c 100644 --- a/docs/guides/aws_provider_s3_stackit.md +++ b/docs/guides/aws_provider_s3_stackit.md @@ -44,7 +44,7 @@ This guide outlines the process of utilizing the [AWS Terraform Provider](https: } ``` - Important: Run terraform apply now to create the bucket and credentials before proceeding. The AWS provider requires these credential values to already exist during initialization. + ~> Run terraform apply now to create the bucket and credentials before proceeding. The AWS provider requires these credential values to already exist during initialization. 3. **Configure AWS Provider**