Skip to content

Commit

Permalink
fix: the docs had an extra tick should not have been there
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Mar 24, 2024
1 parent 5148772 commit 96414f7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This module can be used to manage permission sets and assignments within AWS Ide

The following example will provision a permission set with a managed policy and a customer managed policy attached to it, assigning the permission set to two groups.

````hcl
```hcl
data "aws_ssoadmin_instances" "this" {}
locals {
Expand Down Expand Up @@ -59,7 +59,7 @@ module "permissionset" {
},
]
}
```hcl
```

<!-- BEGIN_TF_DOCS -->
## Requirements
Expand Down Expand Up @@ -113,4 +113,6 @@ module "permissionset" {
| <a name="output_permission_set_arn"></a> [permission\_set\_arn](#output\_permission\_set\_arn) | The ARN of the permission set provisioned |
<!-- END_TF_DOCS -->

````
```
```

0 comments on commit 96414f7

Please sign in to comment.