Skip to content

Commit 2212848

Browse files
authored
Fix datadog provider configuration (#29)
1 parent a822146 commit 2212848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote-state.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ data "jq_query" "service_domain_query" {
141141
}
142142

143143
module "datadog_configuration" {
144-
source = "../datadog-configuration/modules/datadog_keys"
144+
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys?ref=tags/v1.535.2"
145145
enabled = true
146146
context = module.this.context
147147
}

0 commit comments

Comments
 (0)