Skip to content

Commit 42b9a57

Browse files
authored
Update README.md
1 parent bda1a2f commit 42b9a57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are two main components:
2424
```
2525
module "datadog" {
2626
source = "scribd/datadog/aws"
27-
version = "~>1"
27+
version = "~>3"
2828
aws_account_id = data.aws_caller_identity.current.account_id
2929
datadog_api_key = var.datadog_api_key
3030
env = "prod"
@@ -53,7 +53,7 @@ Creating this module in multiple terraform stacks will cause conflicts.
5353
```
5454
module "datadog" {
5555
source = "scribd/datadog/aws"
56-
version = "~>1"
56+
version = "~>3"
5757
datadog_api_key = var.datadog_api_key
5858
create_elb_logs_bucket = false
5959
enable_datadog_aws_integration = false
@@ -72,7 +72,7 @@ Cloudwatch log sync are namspaced by module.
7272

7373
## Module Versions
7474

75-
**Version 3.x.x** and greater require terraform version > 0.13.x and AWS provider > 4.0.0.
75+
**Version 3.x.x** and greater require terraform version > 0.13.x and AWS provider > 4.0.0.
7676
**Version 2.x.x** and greater require terraform version > 0.13.x and AWS provider < 4.0.0.
7777
**Version 1.x.x** is the latest version that support terraform version 0.12.x and AWS provider < 4.0.0.
7878
When using this module, please be sure to [pin to a compatible version](https://www.terraform.io/docs/configuration/modules.html#module-versions).

0 commit comments

Comments
 (0)