From ab979d997197e9514c698cc3403dc1eac7fe6e5d 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 6087353d23d62b33f4924f8591f9f4ac4a8b4286 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 251e8f5964c6ee971749abfa7123ba60785398ab 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 ffc75f925f0a0c476a56c680b724865851e023ef 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**