Skip to content

Commit 3c2fe72

Browse files
authored
Fix datadog provider configuration (#25)
1 parent 372993c commit 3c2fe72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ provider "aws" {
1414
}
1515

1616
module "iam_roles" {
17-
source = "../../../account-map/modules/iam-roles"
17+
source = "github.com/cloudposse-terraform-components/aws-account-map//src/modules/iam-roles?ref=tags/v1.535.3"
1818
context = module.this.context
1919
}

0 commit comments

Comments
 (0)