Skip to content

Commit 8477ea2

Browse files
committed
Fixing header.md linting errors
1 parent a097ae6 commit 8477ea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.header.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
- Customer Managed Policy Support
1414
- Dynamic Application Creation (with Portal Options, Users and Groups assignments and Assignments Access Scopes configuration)
1515

16-
1716
## Important
1817

1918
- Locals are used to allow for global changes to multiple account assignments. If hard coding the account ids for your account assignments, you would need to change them in every place you want to reference the value. To simplify this, we recommend storing your desired account ids in [local values](https://developer.hashicorp.com/terraform/language/values/locals). See the `examples` directory for more information and sample code.
@@ -196,6 +195,7 @@ module "aws-iam-identity-center" {
196195
```
197196

198197
## Basic Usage - Create Applications and assign to Users and Groups
198+
199199
```
200200
// Create desired Applications in IAM Identity Center
201201
sso_applications = {
@@ -223,6 +223,7 @@ module "aws-iam-identity-center" {
223223
}
224224
}
225225
```
226+
226227
## Contributing
227228

228229
See the `CONTRIBUTING.md` file for information on how to contribute.

0 commit comments

Comments
 (0)