Skip to content

Commit 8a465cc

Browse files
authored
Remove tags prefix (#34)
* Remove tags prefix * Update providers.tf
1 parent a0f7123 commit 8a465cc

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=v1.535.3"
1818
context = module.this.context
1919
}

0 commit comments

Comments
 (0)