Skip to content

Commit

Permalink
require datadog provider >= 3.9 (#43)
Browse files Browse the repository at this point in the history
* require datadog provider >= 3.9

* Auto Format

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
bendrucker and cloudpossebot authored Nov 2, 2022
1 parent 85444c0 commit be7bbee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ Available targets:
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.0 |
| <a name="requirement_datadog"></a> [datadog](#requirement\_datadog) | >= 3.0 |
| <a name="requirement_datadog"></a> [datadog](#requirement\_datadog) | >= 3.9 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.0 |
| <a name="provider_datadog"></a> [datadog](#provider\_datadog) | >= 3.0 |
| <a name="provider_datadog"></a> [datadog](#provider\_datadog) | >= 3.9 |

## Modules

Expand Down Expand Up @@ -399,7 +399,7 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply

[![README Footer][readme_footer_img]][readme_footer_link]
[![Beacon][beacon]][website]

<!-- markdownlint-disable -->
[logo]: https://cloudposse.com/logo-300x69.svg
[docs]: https://cpco.io/docs?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-datadog-integration&utm_content=docs
[website]: https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-datadog-integration&utm_content=website
Expand Down Expand Up @@ -430,3 +430,4 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
[share_googleplus]: https://plus.google.com/share?url=https://github.com/cloudposse/terraform-aws-datadog-integration
[share_email]: mailto:?subject=terraform-aws-datadog-integration&body=https://github.com/cloudposse/terraform-aws-datadog-integration
[beacon]: https://ga-beacon.cloudposse.com/UA-76589703-4/cloudposse/terraform-aws-datadog-integration?pixel&cs=github&cm=readme&an=terraform-aws-datadog-integration
<!-- markdownlint-restore -->
4 changes: 2 additions & 2 deletions docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.0 |
| <a name="requirement_datadog"></a> [datadog](#requirement\_datadog) | >= 3.0 |
| <a name="requirement_datadog"></a> [datadog](#requirement\_datadog) | >= 3.9 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.0 |
| <a name="provider_datadog"></a> [datadog](#provider\_datadog) | >= 3.0 |
| <a name="provider_datadog"></a> [datadog](#provider\_datadog) | >= 3.9 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
datadog = {
source = "datadog/datadog"
version = ">= 3.0"
version = ">= 3.9"
}
}
}

0 comments on commit be7bbee

Please sign in to comment.