diff --git a/.github/workflows/tf-test.yaml b/.github/workflows/tf-test.yaml
index f60c8d6..dde4456 100644
--- a/.github/workflows/tf-test.yaml
+++ b/.github/workflows/tf-test.yaml
@@ -40,7 +40,7 @@ jobs:
- name: Install Aqua
uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
- aqua_version: v2.40.0
+ aqua_version: v2.41.0
- name: Aqua Install
shell: bash
diff --git a/README.md b/README.md
index 2ce0636..ecbbe0e 100644
--- a/README.md
+++ b/README.md
@@ -259,12 +259,13 @@ This is to support easy local and outside-spacelift operations. Keeping variable
| [enabled_root_modules](#input_enabled_root_modules) | List of root modules where to look for stack config files.
Ignored when all_root_modules_enabled is true.
Example: ["spacelift-automation", "k8s-cluster"] | `list(string)` | `[]` | no |
| [github_action_deploy](#input_github_action_deploy) | Indicates whether GitHub users can deploy from the Checks API. | `bool` | `true` | no |
| [github_enterprise](#input_github_enterprise) | The GitHub VCS settings |
object({| `null` | no | +| [labels](#input_labels) | List of labels to apply to the stacks. | `list(string)` | `[]` | no | | [manage_state](#input_manage_state) | Determines if Spacelift should manage state for this stack. | `bool` | `false` | no | | [protect_from_deletion](#input_protect_from_deletion) | Protect this stack from accidental deletion. If set, attempts to delete this stack will fail. | `bool` | `false` | no | | [repository](#input_repository) | The name of your infrastructure repo | `string` | n/a | yes | | [root_module_structure](#input_root_module_structure) | The root module structure of the Stacks that you're reading in. See README for full details.
namespace = string
id = optional(string)
})