diff --git a/README.md b/README.md
index 290803c..7d988ab 100644
--- a/README.md
+++ b/README.md
@@ -150,22 +150,22 @@ components:
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0.0 |
-| [aws](#requirement\_aws) | >= 4.0, < 6.0.0 |
-| [datadog](#requirement\_datadog) | >= 3.3.0 |
+| [aws](#requirement\_aws) | >= 6.0 |
+| [datadog](#requirement\_datadog) | >= 3.3.0, < 4.0.0 |
## Providers
| Name | Version |
|------|---------|
-| [datadog](#provider\_datadog) | >= 3.3.0 |
+| [datadog](#provider\_datadog) | >= 3.3.0, < 4.0.0 |
## Modules
| Name | Source | Version |
|------|--------|---------|
| [datadog-integration](#module\_datadog-integration) | cloudposse/stack-config/yaml//modules/remote-state | 1.8.0 |
-| [datadog\_configuration](#module\_datadog\_configuration) | github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys | v1.535.13 |
-| [datadog\_lambda\_forwarder](#module\_datadog\_lambda\_forwarder) | cloudposse/datadog-lambda-forwarder/aws | 1.10.0 |
+| [datadog\_configuration](#module\_datadog\_configuration) | github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys | v2.0.0 |
+| [datadog\_lambda\_forwarder](#module\_datadog\_lambda\_forwarder) | cloudposse/datadog-lambda-forwarder/aws | 1.10.1 |
| [iam\_roles](#module\_iam\_roles) | github.com/cloudposse-terraform-components/aws-account-map//src/modules/iam-roles | v1.537.1 |
| [log\_group\_prefix](#module\_log\_group\_prefix) | cloudposse/label/null | 0.25.0 |
| [this](#module\_this) | cloudposse/label/null | 0.25.0 |
diff --git a/src/README.md b/src/README.md
index ce41889..4952814 100644
--- a/src/README.md
+++ b/src/README.md
@@ -99,22 +99,22 @@ components:
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0.0 |
-| [aws](#requirement\_aws) | >= 4.0, < 6.0.0 |
-| [datadog](#requirement\_datadog) | >= 3.3.0 |
+| [aws](#requirement\_aws) | >= 6.0 |
+| [datadog](#requirement\_datadog) | >= 3.3.0, < 4.0.0 |
## Providers
| Name | Version |
|------|---------|
-| [datadog](#provider\_datadog) | >= 3.3.0 |
+| [datadog](#provider\_datadog) | >= 3.3.0, < 4.0.0 |
## Modules
| Name | Source | Version |
|------|--------|---------|
| [datadog-integration](#module\_datadog-integration) | cloudposse/stack-config/yaml//modules/remote-state | 1.8.0 |
-| [datadog\_configuration](#module\_datadog\_configuration) | github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys | v1.535.13 |
-| [datadog\_lambda\_forwarder](#module\_datadog\_lambda\_forwarder) | cloudposse/datadog-lambda-forwarder/aws | 1.10.0 |
+| [datadog\_configuration](#module\_datadog\_configuration) | github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys | v2.0.0 |
+| [datadog\_lambda\_forwarder](#module\_datadog\_lambda\_forwarder) | cloudposse/datadog-lambda-forwarder/aws | 1.10.1 |
| [iam\_roles](#module\_iam\_roles) | github.com/cloudposse-terraform-components/aws-account-map//src/modules/iam-roles | v1.537.1 |
| [log\_group\_prefix](#module\_log\_group\_prefix) | cloudposse/label/null | 0.25.0 |
| [this](#module\_this) | cloudposse/label/null | 0.25.0 |
diff --git a/src/main.tf b/src/main.tf
index a0d9389..f0a9cfd 100644
--- a/src/main.tf
+++ b/src/main.tf
@@ -41,7 +41,7 @@ module "log_group_prefix" {
module "datadog_lambda_forwarder" {
source = "cloudposse/datadog-lambda-forwarder/aws"
- version = "1.10.0"
+ version = "1.10.1"
cloudwatch_forwarder_log_groups = local.cloudwatch_forwarder_log_groups
cloudwatch_forwarder_event_patterns = var.cloudwatch_forwarder_event_patterns