Skip to content

Commit 61150f2

Browse files
authored
Added datadog sponsorship notice (#102)
1 parent 5f51c36 commit 61150f2

File tree

3 files changed

+43
-4
lines changed

3 files changed

+43
-4
lines changed

.atmos/cache.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
installation_id: a5f6dffd-f02d-4e2a-9405-11773f3eef13
2+
last_checked: 0
3+
telemetry_disclosure_shown: false

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
**
1919
** This file was automatically generated by the `cloudposse/build-harness`.
2020
** 1) Make all changes to `README.yaml`
21-
** 2) Run `make init` (you only need to do this once)
22-
** 3) Run`make readme` to rebuild this file.
21+
** 2) Install [atmos](https://atmos.tools/install/) (you only need to do this once)
22+
** 3) Run`atmos readme` to rebuild this file.
2323
**
2424
** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)
2525
**
@@ -32,6 +32,22 @@
3232

3333
Terraform module to provision all the necessary infrastructure to deploy [Datadog Lambda forwarders](https://github.com/DataDog/datadog-serverless-functions/tree/master/aws/logs_monitoring)
3434

35+
## Sponsorship
36+
37+
<picture>
38+
<source media="(prefers-color-scheme: dark)" srcset="https://cloudposse.com/images/partners/datadog-white.svg">
39+
<source media="(prefers-color-scheme: light)" srcset="https://cloudposse.com/images/partners/datadog-purple.svg">
40+
<img alt="Datadog" src="https://cloudposse.com/images/partners/datadog-purple.svg" align="right" width="40%">
41+
</picture>
42+
43+
44+
This project is supported by the [Datadog Open Source Program](https://www.datadoghq.com/partner/open-source/).
45+
46+
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.
47+
48+
We are grateful to Datadog for supporting our open source ecosystem and helping ensure that infrastructure code for Terraform remains stable and well-tested
49+
___
50+
3551

3652
> [!TIP]
3753
> #### 👽 Use Atmos with Terraform
@@ -369,7 +385,8 @@ For additional context, refer to some of these links.
369385
> - **Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate.
370386
>
371387
> <a href="https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-datadog-lambda-forwarder&utm_content=commercial_support"><img alt="Request Quote" src="https://img.shields.io/badge/request%20quote-success.svg?style=for-the-badge"/></a>
372-
> </details>
388+
>
389+
</details>
373390
374391
## ✨ Contributing
375392

@@ -393,7 +410,10 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
393410
5. **Push** your work back up to your fork
394411
6. Submit a **Pull Request** so that we can review your changes
395412

396-
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!## Running Terraform Tests
413+
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
414+
415+
416+
## Running Terraform Tests
397417

398418
We use [Atmos](https://atmos.tools) to streamline how Terraform tests are run. It centralizes configuration and wraps common test workflows with easy-to-use commands.
399419

README.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,22 @@ references:
5858
description: |-
5959
Terraform module to provision all the necessary infrastructure to deploy [Datadog Lambda forwarders](https://github.com/DataDog/datadog-serverless-functions/tree/master/aws/logs_monitoring)
6060
61+
## Sponsorship
62+
63+
<picture>
64+
<source media="(prefers-color-scheme: dark)" srcset="https://cloudposse.com/images/partners/datadog-white.svg">
65+
<source media="(prefers-color-scheme: light)" srcset="https://cloudposse.com/images/partners/datadog-purple.svg">
66+
<img alt="Datadog" src="https://cloudposse.com/images/partners/datadog-purple.svg" align="right" width="40%">
67+
</picture>
68+
69+
70+
This project is supported by the [Datadog Open Source Program](https://www.datadoghq.com/partner/open-source/).
71+
72+
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.
73+
74+
We are grateful to Datadog for supporting our open source ecosystem and helping ensure that infrastructure code for Terraform remains stable and well-tested
75+
___
76+
6177
# Introduction to the project
6278
#introduction: |-
6379
# This is an introduction.

0 commit comments

Comments
 (0)