We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5276f33 commit f931c40Copy full SHA for f931c40
src/providers.tf
@@ -14,6 +14,6 @@ provider "aws" {
14
}
15
16
module "iam_roles" {
17
- source = "../account-map/modules/iam-roles"
+ source = "github.com/cloudposse-terraform-components/aws-account-map//src/modules/iam-roles?ref=v1.535.3"
18
context = module.this.context
19
0 commit comments