Skip to content

Commit 3785615

Browse files
authored
Merge branch 'main' into renovate/cloudposse-helm-release-aws-0.x
2 parents bf995fd + d7e6ddb commit 3785615

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
**/Makefile @cloudposse-terraform-components/engineering
88
**/Makefile.* @cloudposse-terraform-components/engineering
99

10-
# Cloud Posse must review any changes to tflint configuration and pre-commit config
11-
.tflint.hcl @cloudposse-terraform-components/engineering
10+
# Cloud Posse must review any changes to pre-commit configuration
1211
.pre-commit-config.yaml @cloudposse-terraform-components/engineering
1312

1413
# Cloud Posse Admins must review all changes to CODEOWNERS, github configuration or the mergify configuration

.github/settings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ repository:
1111

1212

1313

14+
15+

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ locals {
4848
}
4949

5050
module "datadog_configuration" {
51-
source = "../../datadog-configuration/modules/datadog_keys"
51+
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys?ref=tags/v1.535.2"
5252
context = module.this.context
5353
}
5454

0 commit comments

Comments
 (0)