From 97c2084aeefe5fa4203ecc8ab69dbde6a53e0b6e Mon Sep 17 00:00:00 2001 From: Tobias Babin Date: Thu, 26 Mar 2026 12:17:19 +0100 Subject: [PATCH 01/12] Changed provider constraints --- versions.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.tf b/versions.tf index b697a2e..c5542dc 100644 --- a/versions.tf +++ b/versions.tf @@ -4,11 +4,11 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 6.0" + version = ">= 6.0" } random = { source = "hashicorp/random" - version = "~> 3.0" + version = ">= 3.0" } } } From 35c305b8e8bb04bdb5cf891cc8ce1d9cf88d2587 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Mar 2026 11:18:06 +0000 Subject: [PATCH 02/12] terraform-docs: automated action --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff98fb8..f2baf24 100644 --- a/README.md +++ b/README.md @@ -802,15 +802,15 @@ The test suite validates: | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.6.0 | -| [aws](#requirement\_aws) | ~> 6.0 | -| [random](#requirement\_random) | ~> 3.0 | +| [aws](#requirement\_aws) | >= 6.0 | +| [random](#requirement\_random) | >= 3.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | 6.21.0 | -| [random](#provider\_random) | 3.7.2 | +| [aws](#provider\_aws) | 6.38.0 | +| [random](#provider\_random) | 3.8.1 | ## Modules From 4b9d879099b38d272917e8d564833f34ecdc4997 Mon Sep 17 00:00:00 2001 From: Tobias Babin Date: Thu, 26 Mar 2026 12:19:28 +0100 Subject: [PATCH 03/12] Using branch --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5bc9b08..b49b5cc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: jobs: ci: - uses: humanitec-tf-modules/reusable-workflows/.github/workflows/ci.yaml@main + uses: humanitec-tf-modules/reusable-workflows/.github/workflows/ci.yaml@fix-dont-show-providers-in-tf-docs secrets: inherit with: disable-tf-format: false From 4ad77635299a920e448feb1b368d1bf91373b3e9 Mon Sep 17 00:00:00 2001 From: Tobias Babin Date: Thu, 26 Mar 2026 12:22:42 +0100 Subject: [PATCH 04/12] Added Terraform config file --- .github/terraform-docs.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/terraform-docs.yml diff --git a/.github/terraform-docs.yml b/.github/terraform-docs.yml new file mode 100644 index 0000000..a650413 --- /dev/null +++ b/.github/terraform-docs.yml @@ -0,0 +1,7 @@ +# Do not show providers. +# The versions that will be rendered into this block provide a snapshot only +# based on the version constraints in the "required_providers" block +# but are not useful information for module users. +sections: + hide: + - providers \ No newline at end of file From 073b4a69a0b12a5e8e9f56ccc70f6523ac34e789 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Mar 2026 11:23:18 +0000 Subject: [PATCH 05/12] terraform-docs: automated action --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index f2baf24..54dfb8f 100644 --- a/README.md +++ b/README.md @@ -805,13 +805,6 @@ The test suite validates: | [aws](#requirement\_aws) | >= 6.0 | | [random](#requirement\_random) | >= 3.0 | -## Providers - -| Name | Version | -|------|---------| -| [aws](#provider\_aws) | 6.38.0 | -| [random](#provider\_random) | 3.8.1 | - ## Modules No modules. From 73e3c8bfbeabe8c8f18c79029ad4202ed69699a4 Mon Sep 17 00:00:00 2001 From: Tobias Babin Date: Thu, 26 Mar 2026 12:51:53 +0100 Subject: [PATCH 06/12] Removed local terraform docs config --- .github/terraform-docs.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/terraform-docs.yml diff --git a/.github/terraform-docs.yml b/.github/terraform-docs.yml deleted file mode 100644 index a650413..0000000 --- a/.github/terraform-docs.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Do not show providers. -# The versions that will be rendered into this block provide a snapshot only -# based on the version constraints in the "required_providers" block -# but are not useful information for module users. -sections: - hide: - - providers \ No newline at end of file From 43935b889975025b3da6400776f2c060e7bb5df0 Mon Sep 17 00:00:00 2001 From: Tobias Babin Date: Thu, 26 Mar 2026 12:58:00 +0100 Subject: [PATCH 07/12] Dummy change to trigger workflow --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 54dfb8f..f1893bc 100644 --- a/README.md +++ b/README.md @@ -795,7 +795,6 @@ The test suite validates: - [Lambda Function URL Configuration Examples](./USAGE-EXAMPLES.md) - Detailed IAM policy configuration examples - [Test Invocations](./TEST-INVOCATIONS.md) - Manual testing instructions - ## Requirements From c7f6eb6df32e9cf2fdfe02610afb8c3e7184a876 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Mar 2026 11:58:35 +0000 Subject: [PATCH 08/12] terraform-docs: automated action --- .github/terraform-docs.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/terraform-docs.yml diff --git a/.github/terraform-docs.yml b/.github/terraform-docs.yml new file mode 100644 index 0000000..a650413 --- /dev/null +++ b/.github/terraform-docs.yml @@ -0,0 +1,7 @@ +# Do not show providers. +# The versions that will be rendered into this block provide a snapshot only +# based on the version constraints in the "required_providers" block +# but are not useful information for module users. +sections: + hide: + - providers \ No newline at end of file From 49ee8c70d0aa1071f497742e3b4827a784b599dd Mon Sep 17 00:00:00 2001 From: Tobias Babin Date: Thu, 26 Mar 2026 16:48:16 +0100 Subject: [PATCH 09/12] Using main branch for CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b49b5cc..5bc9b08 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: jobs: ci: - uses: humanitec-tf-modules/reusable-workflows/.github/workflows/ci.yaml@fix-dont-show-providers-in-tf-docs + uses: humanitec-tf-modules/reusable-workflows/.github/workflows/ci.yaml@main secrets: inherit with: disable-tf-format: false From abc8c7af4d01ae9153cc0ac09b1c928b39ed6436 Mon Sep 17 00:00:00 2001 From: Tobias Babin Date: Thu, 26 Mar 2026 16:53:51 +0100 Subject: [PATCH 10/12] Dummy change to re-trigger CI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1893bc..fbdaaf3 100644 --- a/README.md +++ b/README.md @@ -790,6 +790,7 @@ The test suite validates: - Custom IAM roles - Multiple runtime configurations + ## Additional Documentation - [Lambda Function URL Configuration Examples](./USAGE-EXAMPLES.md) - Detailed IAM policy configuration examples From 28e8301c129b1ae4fa69fd7490782bf59cf4e4db Mon Sep 17 00:00:00 2001 From: Tobias Babin Date: Thu, 26 Mar 2026 17:00:26 +0100 Subject: [PATCH 11/12] Use branch of reusable workflow --- .github/terraform-docs.yml | 1 + .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/terraform-docs.yml b/.github/terraform-docs.yml index a650413..a57105e 100644 --- a/.github/terraform-docs.yml +++ b/.github/terraform-docs.yml @@ -2,6 +2,7 @@ # The versions that will be rendered into this block provide a snapshot only # based on the version constraints in the "required_providers" block # but are not useful information for module users. +# foo sections: hide: - providers \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5bc9b08..c6c2a8b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: jobs: ci: - uses: humanitec-tf-modules/reusable-workflows/.github/workflows/ci.yaml@main + uses: humanitec-tf-modules/reusable-workflows/.github/workflows/ci.yaml@fix-remove-tf-docs-deletion secrets: inherit with: disable-tf-format: false From 99503be757557faf22faf98dcd766a39297cd271 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Mar 2026 16:01:05 +0000 Subject: [PATCH 12/12] terraform-docs: automated action --- .github/terraform-docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/terraform-docs.yml b/.github/terraform-docs.yml index a57105e..a650413 100644 --- a/.github/terraform-docs.yml +++ b/.github/terraform-docs.yml @@ -2,7 +2,6 @@ # The versions that will be rendered into this block provide a snapshot only # based on the version constraints in the "required_providers" block # but are not useful information for module users. -# foo sections: hide: - providers \ No newline at end of file