Skip to content

Commit

Permalink
Convert links to AdRoll
Browse files Browse the repository at this point in the history
  • Loading branch information
rb-nr committed Aug 3, 2020
1 parent eb71c8d commit 3befdb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Terraform module to generate well-formed JSON documents that are passed to the `


**IMPORTANT:** The `main` branch is used in `source` just as an example. In your code, do not pin to `main` because there may be breaking changes between releases.
Instead pin to the release tag (e.g. `?ref=tags/x.y.z`) of one of our [latest releases](https://github.com/SemanticSugar/terraform-container-datadog/releases).
Instead pin to the release tag (e.g. `?ref=tags/x.y.z`) of one of our [latest releases](https://github.com/AdRoll/terraform-container-datadog/releases).


This module is meant to be used as output only, meaning it will be used to create outputs which are consumed as a parameter by Terraform resources or other modules.
Expand All @@ -80,7 +80,7 @@ locals {
module "datadog_container" {
# this can and should be pinned to a release tag using ?ref=tags/x.y.z
source = "git@github.com:SemanticSugar/terraform-container-datadog.git?ref=main"
source = "git::https://github.com/AdRoll/terraform-container-datadog.git?ref=main"
dd_tags = "env:${local.env}"
Expand Down Expand Up @@ -141,15 +141,17 @@ README_TEMPLATE_FILE=docs/README.md.gotmpl make readme



<!-- markdownlint-disable -->
## Makefile Targets
```
```text
Available targets:
help Help screen
help/all Display help for all targets
help/short This help short screen
```
<!-- markdownlint-restore -->
## Requirements

| Name | Version |
Expand Down
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: terraform-container-datadog

license: custom

github_repo: SemanticSugar/terraform-container-datadog
github_repo: AdRoll/terraform-container-datadog

related:
- name: terraform-aws-ecs-container-definition
Expand Down Expand Up @@ -31,7 +31,7 @@ usage: |-
module "datadog_container" {
# this can and should be pinned to a release tag using ?ref=tags/x.y.z
source = "git@github.com:SemanticSugar/terraform-container-datadog.git?ref=main"
source = "git::https://github.com/AdRoll/terraform-container-datadog.git?ref=main"
dd_tags = "env:${local.env}"
Expand Down
4 changes: 3 additions & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<!-- markdownlint-disable -->
## Makefile Targets
```
```text
Available targets:
help Help screen
help/all Display help for all targets
help/short This help short screen
```
<!-- markdownlint-restore -->

0 comments on commit 3befdb7

Please sign in to comment.