We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156d504 commit f32b6e4Copy full SHA for f32b6e4
README.md
@@ -51,8 +51,8 @@ module "without_new_groups" {
51
}
52
```
53
## Examples
54
-[With creation of new IAM groups](https://github.com/evairmarinho/terraform-aws-iam-users-groups/blob/main/examples/with_new_groups.tf)
55
-[Without creation of new IAM groups](https://github.com/evairmarinho/terraform-aws-iam-users-groups/blob/main/examples/without_new_groups.tf)
+- [With creation of new IAM groups](https://github.com/evairmarinho/terraform-aws-iam-users-groups/blob/main/examples/with_new_groups.tf)
+- [Without creation of new IAM groups](https://github.com/evairmarinho/terraform-aws-iam-users-groups/blob/main/examples/without_new_groups.tf)
56
<!-- BEGIN_TF_DOCS -->
57
## Requirements
58
0 commit comments