You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@
18
18
**
19
19
** This file was automatically generated by the `cloudposse/build-harness`.
20
20
** 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.
23
23
**
24
24
** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)
25
25
**
@@ -32,6 +32,22 @@
32
32
33
33
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)
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
+
35
51
36
52
> [!TIP]
37
53
> #### 👽 Use Atmos with Terraform
@@ -369,7 +385,8 @@ For additional context, refer to some of these links.
369
385
> -**Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate.
@@ -393,7 +410,10 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
393
410
5.**Push** your work back up to your fork
394
411
6. Submit a **Pull Request** so that we can review your changes
395
412
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
397
417
398
418
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.
Copy file name to clipboardExpand all lines: README.yaml
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,22 @@ references:
58
58
description: |-
59
59
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)
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
0 commit comments