diff --git a/README.md b/README.md
index df17afc..91b3c1b 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ NOTE to Masterpoint team: We might want to create a small wrapper to automatize
| Name | Version |
| ------------------------------------------------------------------ | ------- |
-| [spacelift](#provider_spacelift) | 1.16.1 |
+| [spacelift](#provider_spacelift) | 1.19.0 |
## Modules
@@ -144,51 +144,56 @@ NOTE to Masterpoint team: We might want to create a small wrapper to automatize
## Inputs
-| Name | Description | Type | Default | Required |
-| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ---------------------------------------------------------- | :------: |
-| [administrative](#input_administrative) | Flag to mark the stack as administrative | `bool` | `false` | no |
-| [after_apply](#input_after_apply) | List of after-apply scripts | `list(string)` | `[]` | no |
-| [after_destroy](#input_after_destroy) | List of after-destroy scripts | `list(string)` | `[]` | no |
-| [after_init](#input_after_init) | List of after-init scripts | `list(string)` | `[]` | no |
-| [after_perform](#input_after_perform) | List of after-perform scripts | `list(string)` | `[]` | no |
-| [after_plan](#input_after_plan) | List of after-plan scripts | `list(string)` | `[]` | no |
-| [all_root_modules_enabled](#input_all_root_modules_enabled) | When set to true, all subdirectories in root_modules_path will be treated as root modules. | `bool` | `false` | no |
-| [autodeploy](#input_autodeploy) | Flag to enable/disable automatic deployment of the stack | `bool` | `true` | no |
-| [autoretry](#input_autoretry) | Flag to enable/disable automatic retry of the stack | `bool` | `false` | no |
-| [aws_integration_attachment_read](#input_aws_integration_attachment_read) | Indicates whether this attachment is used for read operations. | `bool` | `true` | no |
-| [aws_integration_attachment_write](#input_aws_integration_attachment_write) | Indicates whether this attachment is used for write operations. | `bool` | `true` | no |
-| [aws_integration_enabled](#input_aws_integration_enabled) | Indicates whether the AWS integration is enabled. | `bool` | `false` | no |
-| [aws_integration_id](#input_aws_integration_id) | ID of the AWS integration to attach. | `string` | `null` | no |
-| [before_apply](#input_before_apply) | List of before-apply scripts | `list(string)` | `[]` | no |
-| [before_destroy](#input_before_destroy) | List of before-destroy scripts | `list(string)` | `[]` | no |
-| [before_init](#input_before_init) | List of before-init scripts | `list(string)` | `[]` | no |
-| [before_perform](#input_before_perform) | List of before-perform scripts | `list(string)` | `[]` | no |
-| [before_plan](#input_before_plan) | List of before-plan scripts | `list(string)` | `[]` | no |
-| [branch](#input_branch) | Specify which branch to use within the infrastructure repository. | `string` | `"main"` | no |
-| [common_config_file](#input_common_config_file) | Name of the common configuration file for the stack across a root module. | `string` | `"common.yaml"` | no |
-| [description](#input_description) | Description of the stack | `string` | `"Managed by spacelift-automation Terraform root module."` | no |
-| [destructor_enabled](#input_destructor_enabled) | Flag to enable/disable the destructor for the Stack. | `bool` | `false` | no |
-| [drift_detection_enabled](#input_drift_detection_enabled) | Flag to enable/disable Drift Detection configuration for a Stack. | `bool` | `false` | no |
-| [drift_detection_ignore_state](#input_drift_detection_ignore_state) | Controls whether drift detection should be performed on a stack
in any final state instead of just 'Finished'. | `bool` | `false` | no |
-| [drift_detection_reconcile](#input_drift_detection_reconcile) | Flag to enable/disable automatic reconciliation of drifts. | `bool` | `false` | no |
-| [drift_detection_schedule](#input_drift_detection_schedule) | The schedule for drift detection. | `list(string)` |
[| no | -| [drift_detection_timezone](#input_drift_detection_timezone) | The timezone for drift detection. | `string` | `"UTC"` | no | -| [enable_local_preview](#input_enable_local_preview) | Indicates whether local preview runs can be triggered on this Stack. | `bool` | `false` | no | -| [enabled_root_modules](#input_enabled_root_modules) | List of root modules where to look for stack config files.
"0 4 * * *"
]
object({
namespace = string
id = optional(string)
}) | n/a | yes |
-| [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_modules_path](#input_root_modules_path) | The path, relative to the root of the repository, where the root module can be found. | `string` | `"root-modules"` | no |
-| [space_id](#input_space_id) | Place the stack in the specified space_id. | `string` | `"root"` | no |
-| [terraform_smart_sanitization](#input_terraform_smart_sanitization) | Indicates whether runs on this will use terraform's sensitive value system to sanitize[| no | +| [drift_detection_timezone](#input_drift_detection_timezone) | The timezone for drift detection. | `string` | `"UTC"` | no | +| [enable_local_preview](#input_enable_local_preview) | Indicates whether local preview runs can be triggered on this Stack. | `bool` | `false` | no | +| [enable_well_known_secret_masking](#input_enable_well_known_secret_masking) | Indicates whether well-known secret masking is enabled. | `bool` | `true` | no | +| [enabled_root_modules](#input_enabled_root_modules) | List of root modules where to look for stack config files.
"0 4 * * *"
]
object({
namespace = string
id = optional(string)
}) | n/a | yes |
+| [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_modules_path](#input_root_modules_path) | The path, relative to the root of the repository, where the root module can be found. | `string` | `"root-modules"` | no |
+| [space_id](#input_space_id) | Place the stack in the specified space_id. | `string` | `"root"` | no |
+| [terraform_smart_sanitization](#input_terraform_smart_sanitization) | Indicates whether runs on this will use terraform's sensitive value system to sanitize