Skip to content

Commit c733c62

Browse files
committed
fix: adjust datadog_configuration to use git repo
1 parent d1ffaee commit c733c62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/provider-datadog.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module "datadog_configuration" {
2-
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials/modules/datadog_keys"
3-
version = "v1.535.0"
2+
source = "git::https://github.com/cloudposse-terraform-components/aws-datadog-credentials.git//modules/datadog_keys?ref=v1.535.0"
43

54
enabled = true
65
context = module.this.context

0 commit comments

Comments
 (0)