File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1- name : ' Terraform and Release '
1+ name : ' CICD '
22on :
33 push :
44 pull_request :
Original file line number Diff line number Diff line change 11# terraform-aws-datadog
22
3+ [ ![ cicd] ( https://github.com/scribd/terraform-aws-datadog/workflows/CICD/badge.svg )] ( https://github.com/scribd/terraform-aws-datadog/actions )
4+ [ ![ terraformregistry] ( https://img.shields.io/badge/terraform-registry-blueviolet )] ( https://registry.terraform.io/modules/scribd/datadog/aws )
5+
36This module configures the AWS / Datadog integration.
47
58There are two main components:
@@ -20,7 +23,8 @@ There are two main components:
2023
2124```
2225module "datadog" {
23- source = "git::https://github.com/scribd/terraform-aws-datadog.git?ref=master"
26+ source = "scribd/datadog/aws"
27+ version = "~>1"
2428 aws_account_id = data.aws_caller_identity.current.account_id
2529 datadog_api_key = var.datadog_api_key
2630 env = "prod"
@@ -48,7 +52,8 @@ Creating this module in multiple terraform stacks will cause conflicts.
4852
4953```
5054module "datadog" {
51- source = "git::https://github.com/scribd/terraform-aws-datadog.git?ref=master"
55+ source = "scribd/datadog/aws"
56+ version = "~>1"
5257 datadog_api_key = var.datadog_api_key
5358 create_elb_logs_bucket = false
5459 enable_datadog_aws_integration = false
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ provider "aws" {
2323}
2424
2525module "datadog" {
26- source = " ../.."
26+ source = " scribd/datadog/aws"
27+ version = " ~>1"
2728 datadog_api_key = var. dd_api_key
2829 aws_region = var. aws_region
2930 create_elb_logs_bucket = false
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ provider "aws" {
2323}
2424
2525module "datadog" {
26- source = " ../.."
26+ source = " scribd/datadog/aws"
27+ version = " ~>1"
2728 aws_region = var. aws_region
2829 datadog_api_key = var. dd_api_key
2930 datadog_app_key = var. dd_app_key
You can’t perform that action at this time.
0 commit comments