Skip to content

Commit 638dc9b

Browse files
committed
fix create apps example syntax highlighting
1 parent 067084a commit 638dc9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ module "aws-iam-identity-center" {
196196

197197
## Basic Usage - Create Applications and assign to Users and Groups
198198

199-
```
199+
```hcl
200200
// Create desired Applications in IAM Identity Center
201201
sso_applications = {
202202
FirstApplication : {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ module "aws-iam-identity-center" {
197197

198198
## Basic Usage - Create Applications and assign to Users and Groups
199199

200-
```
200+
```hcl
201201
// Create desired Applications in IAM Identity Center
202202
sso_applications = {
203203
FirstApplication : {

0 commit comments

Comments
 (0)