|
1 | 1 | # terraform-aws-datadog
|
2 |
| -[](https://github.com/rhythmictech/terraform-aws-datadog/actions?query=workflow%3Atflint+event%3Apush+branch%3Amaster) |
3 |
| -[](https://github.com/rhythmictech/terraform-aws-datadog/actions?query=workflow%3Atfsec+event%3Apush+branch%3Amaster) |
4 |
| -[](https://github.com/rhythmictech/terraform-aws-datadog/actions?query=workflow%3Ayamllint+event%3Apush+branch%3Amaster) |
5 |
| -[](https://github.com/rhythmictech/terraform-aws-datadog/actions?query=workflow%3Amisspell+event%3Apush+branch%3Amaster) |
6 |
| -[](https://github.com/rhythmictech/terraform-aws-datadog/actions?query=workflow%3Apre-commit-check+event%3Apush+branch%3Amaster) |
| 2 | +[](https://github.com/rhythmictech/terraform-aws-datadog/actions/workflows/tflint.yaml) |
| 3 | +[](https://github.com/rhythmictech/terraform-aws-datadog/actions/workflows/trivy.yaml) |
| 4 | +[](https://github.com/rhythmictech/terraform-aws-datadog/actions/workflows/yamllint.yaml) |
| 5 | +[](https://github.com/rhythmictech/terraform-aws-datadog/actions/workflows/misspell.yaml) |
| 6 | +[](https://github.com/rhythmictech/terraform-aws-datadog/actions/workflows/pre-commit.yaml) |
7 | 7 | <a href="https://twitter.com/intent/follow?screen_name=RhythmicTech"><img src="https://img.shields.io/twitter/follow/RhythmicTech?style=social&logo=twitter" alt="follow on Twitter"></a>
|
8 | 8 |
|
9 | 9 | Creates and manages a Datadog AWS integration. This module performs the necessary integrations in both Datadog and AWS and thus uses providers for each. Supported features include:
|
@@ -95,8 +95,8 @@ module "datadog" {
|
95 | 95 | |------|---------|
|
96 | 96 | | <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.5 |
|
97 | 97 | | <a name="requirement_archive"></a> [archive](#requirement\_archive) | >= 2.2.0 |
|
98 |
| -| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.62 | |
99 |
| -| <a name="requirement_datadog"></a> [datadog](#requirement\_datadog) | >= 3.37 | |
| 98 | +| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.41 | |
| 99 | +| <a name="requirement_datadog"></a> [datadog](#requirement\_datadog) | >= 3.39 | |
100 | 100 | | <a name="requirement_http"></a> [http](#requirement\_http) | >= 3.4 |
|
101 | 101 | | <a name="requirement_null"></a> [null](#requirement\_null) | >= 3.1.0 |
|
102 | 102 | | <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.12 |
|
|
0 commit comments