Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Oct 13, 2020
1 parent 421bca0 commit 493e8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/iam-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

>```terraform
> module "iam_group" {
> source = "anthunt/iam-groups/iam-group/aws">
> source = "anthunt/iam-groups/aws//modules/iam-group">
> for_each = var.groups
> group = merge(each.value, {"name" = each.key})
> providers = {
Expand Down

0 comments on commit 493e8f0

Please sign in to comment.