We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d33e57 commit d909b62Copy full SHA for d909b62
examples/full_integration/main.tf
@@ -22,12 +22,13 @@ provider "aws" {
22
region = var.aws_region
23
}
24
25
+data "aws_caller_identity" "current" {}
26
+
27
module "datadog" {
28
source = "scribd/datadog/aws"
29
version = "~>1"
30
aws_region = var.aws_region
31
datadog_api_key = var.dd_api_key
- datadog_app_key = var.dd_app_key
32
aws_account_id = data.aws_caller_identity.current.account_id
33
34
cloudtrail_bucket_id = "S3_BUCKET_ID"
0 commit comments