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 a0f7123 commit 8a465ccCopy full SHA for 8a465cc
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