File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ There are two main components:
24
24
```
25
25
module "datadog" {
26
26
source = "scribd/datadog/aws"
27
- version = "~>1 "
27
+ version = "~>3 "
28
28
aws_account_id = data.aws_caller_identity.current.account_id
29
29
datadog_api_key = var.datadog_api_key
30
30
env = "prod"
@@ -53,7 +53,7 @@ Creating this module in multiple terraform stacks will cause conflicts.
53
53
```
54
54
module "datadog" {
55
55
source = "scribd/datadog/aws"
56
- version = "~>1 "
56
+ version = "~>3 "
57
57
datadog_api_key = var.datadog_api_key
58
58
create_elb_logs_bucket = false
59
59
enable_datadog_aws_integration = false
@@ -72,7 +72,7 @@ Cloudwatch log sync are namspaced by module.
72
72
73
73
## Module Versions
74
74
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.
76
76
** Version 2.x.x** and greater require terraform version > 0.13.x and AWS provider < 4.0.0.
77
77
** Version 1.x.x** is the latest version that support terraform version 0.12.x and AWS provider < 4.0.0.
78
78
When using this module, please be sure to [ pin to a compatible version] ( https://www.terraform.io/docs/configuration/modules.html#module-versions ) .
You can’t perform that action at this time.
0 commit comments