Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d909b62

Browse files
Qingping Houhouqp
authored andcommittedOct 21, 2020
doc: fix full integration example
1 parent 9d33e57 commit d909b62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎examples/full_integration/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ provider "aws" {
2222
region = var.aws_region
2323
}
2424

25+
data "aws_caller_identity" "current" {}
26+
2527
module "datadog" {
2628
source = "scribd/datadog/aws"
2729
version = "~>1"
2830
aws_region = var.aws_region
2931
datadog_api_key = var.dd_api_key
30-
datadog_app_key = var.dd_app_key
3132
aws_account_id = data.aws_caller_identity.current.account_id
3233

3334
cloudtrail_bucket_id = "S3_BUCKET_ID"

0 commit comments

Comments
 (0)
Please sign in to comment.