We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bd6a5 commit df82153Copy full SHA for df82153
examples/full_integration/main.tf
@@ -26,7 +26,7 @@ data "aws_caller_identity" "current" {}
26
27
module "datadog" {
28
source = "scribd/datadog/aws"
29
- version = "~>1"
+ version = "~>3"
30
aws_region = var.aws_region
31
datadog_api_key = var.dd_api_key
32
aws_account_id = data.aws_caller_identity.current.account_id
@@ -35,4 +35,7 @@ module "datadog" {
35
cloudtrail_bucket_arn = "S3_BUCKET_ARN"
36
37
cloudwatch_log_groups = ["cloudwatch_log_group_1", "cloudwatch_log_group_2"]
38
+ tags = {
39
+ Module = "scribd/datadog/aws"
40
+ }
41
}
0 commit comments