diff --git a/README.md b/README.md
index 0194f71..083d282 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,22 @@ Issues, Gotchas, Good-to-Knows
1) Set `s3_force_destroy` to `true` and apply
2) Set `enabled` to `false` and apply, or run `terraform destroy`
+## Sponsorship
+
+
+
+
+
+
+
+
+This project is supported by the [Datadog Open Source Program](https://www.datadoghq.com/partner/open-source/).
+
+As part of this collaboration, Datadog provides a dedicated sandbox account that we use for automated integration and acceptance testing. This contribution allows us to continuously validate changes against a real Datadog environment, improving reliability and reducing the risk of regressions.
+
+We are grateful to Datadog for supporting our open source ecosystem and helping ensure that infrastructure code for Terraform remains stable and well-tested
+___
+
> [!TIP]
> #### 👽 Use Atmos with Terraform
@@ -82,7 +98,7 @@ components:
workspace_enabled: true
vars:
enabled: true
- # additional_query_tags:
+ # additional_query_tags:
# - "forwardername:*-dev-datadog-lambda-forwarder-logs"
# - "account:123456789012"
```
diff --git a/README.yaml b/README.yaml
index 8e24a3d..d17aa37 100644
--- a/README.yaml
+++ b/README.yaml
@@ -21,6 +21,23 @@ description: |-
- Two-step process to destroy via Terraform:
1) Set `s3_force_destroy` to `true` and apply
2) Set `enabled` to `false` and apply, or run `terraform destroy`
+
+ ## Sponsorship
+
+
+
+
+
+
+
+
+ This project is supported by the [Datadog Open Source Program](https://www.datadoghq.com/partner/open-source/).
+
+ As part of this collaboration, Datadog provides a dedicated sandbox account that we use for automated integration and acceptance testing. This contribution allows us to continuously validate changes against a real Datadog environment, improving reliability and reducing the risk of regressions.
+
+ We are grateful to Datadog for supporting our open source ecosystem and helping ensure that infrastructure code for Terraform remains stable and well-tested
+ ___
+
usage: |-
Stack Level: Global
@@ -37,7 +54,7 @@ usage: |-
workspace_enabled: true
vars:
enabled: true
- # additional_query_tags:
+ # additional_query_tags:
# - "forwardername:*-dev-datadog-lambda-forwarder-logs"
# - "account:123456789012"
```
diff --git a/src/README.md b/src/README.md
index 14c7f97..aa3058b 100644
--- a/src/README.md
+++ b/src/README.md
@@ -26,6 +26,22 @@ Issues, Gotchas, Good-to-Knows
- Two-step process to destroy via Terraform:
1) Set `s3_force_destroy` to `true` and apply
2) Set `enabled` to `false` and apply, or run `terraform destroy`
+
+## Sponsorship
+
+
+
+
+
+
+
+
+This project is supported by the [Datadog Open Source Program](https://www.datadoghq.com/partner/open-source/).
+
+As part of this collaboration, Datadog provides a dedicated sandbox account that we use for automated integration and acceptance testing. This contribution allows us to continuously validate changes against a real Datadog environment, improving reliability and reducing the risk of regressions.
+
+We are grateful to Datadog for supporting our open source ecosystem and helping ensure that infrastructure code for Terraform remains stable and well-tested
+___
## Usage
Stack Level: Global
@@ -43,9 +59,9 @@ components:
workspace_enabled: true
vars:
enabled: true
- # additional_query_tags:
- # - "forwardername:*-dev-datadog-lambda-forwarder-logs"
- # - "account:123456789012"
+ # additional_query_tags:
+ # - "forwardername:*-dev-datadog-lambda-forwarder-logs"
+ # - "account:123456789012"
```