Skip to content

Commit d1c78aa

Browse files
authored
Added datadog sponsorship notice (#67)
1 parent 43d07ad commit d1c78aa

File tree

3 files changed

+54
-5
lines changed

3 files changed

+54
-5
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@ description: |-
2121
- Two-step process to destroy via Terraform:
2222
1) Set `s3_force_destroy` to `true` and apply
2323
2) Set `enabled` to `false` and apply, or run `terraform destroy`
24+
25+
## Sponsorship
26+
27+
<picture>
28+
<source media="(prefers-color-scheme: dark)" srcset="https://cloudposse.com/images/partners/datadog-white.svg">
29+
<source media="(prefers-color-scheme: light)" srcset="https://cloudposse.com/images/partners/datadog-purple.svg">
30+
<img alt="Datadog" src="https://cloudposse.com/images/partners/datadog-purple.svg" align="right" width="40%">
31+
</picture>
32+
33+
34+
This project is supported by the [Datadog Open Source Program](https://www.datadoghq.com/partner/open-source/).
35+
36+
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.
37+
38+
We are grateful to Datadog for supporting our open source ecosystem and helping ensure that infrastructure code for Terraform remains stable and well-tested
39+
___
40+
2441
usage: |-
2542
Stack Level: Global
2643
@@ -37,7 +54,7 @@ usage: |-
3754
workspace_enabled: true
3855
vars:
3956
enabled: true
40-
# additional_query_tags:
57+
# additional_query_tags:
4158
# - "forwardername:*-dev-datadog-lambda-forwarder-logs"
4259
# - "account:123456789012"
4360
```

src/README.md

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)