From ab979d997197e9514c698cc3403dc1eac7fe6e5d Mon Sep 17 00:00:00 2001 From: Jan Obernberger Date: Tue, 4 Aug 2026 11:38:10 +0200 Subject: [PATCH 1/2] 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/2] 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 + ```