Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 5, 2025
1 parent e5345d2 commit d381c50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions rolesanywhere/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "myrole2" {
contact_group_email = "group-email-address@census.gov"
## optional
## file_prefix = data.aws_iam_account_alias.current.account_alias
## filename_prefix = data.aws_iam_account_alias.current.account_alias
}
```

Expand Down Expand Up @@ -61,10 +61,10 @@ module "myrole3" {
]
}
```
# Usage: file\_prefix and file\_prefix\_separator
# Usage: filename\_prefix and filename\_prefix\_separator
Use this if you want to clearly separate the output files for common role names across multiple accounts. A recommended value
here is the AWS Account Alias, which you can get from the `data` resource `aws_iam_account_alias.account_alias` (see example above).
If you pass a value, it will use this value along with the value of `file_prefix_separator` (by default, a dot). By default, the
If you pass a value, it will use this value along with the value of `filename_prefix_separator` (by default, a dot). By default, the
prefix is not used.

## Requirements
Expand Down
6 changes: 3 additions & 3 deletions rolesanywhere/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* contact_group_email = "group-email-address@census.gov"
*
* ## optional
* ## file_prefix = data.aws_iam_account_alias.current.account_alias
* ## filename_prefix = data.aws_iam_account_alias.current.account_alias
* }
* ```
*
Expand Down Expand Up @@ -61,10 +61,10 @@
* ]
* }
* ```
* # Usage: file_prefix and file_prefix_separator
* # Usage: filename_prefix and filename_prefix_separator
* Use this if you want to clearly separate the output files for common role names across multiple accounts. A recommended value
* here is the AWS Account Alias, which you can get from the `data` resource `aws_iam_account_alias.account_alias` (see example above).
* If you pass a value, it will use this value along with the value of `file_prefix_separator` (by default, a dot). By default, the
* If you pass a value, it will use this value along with the value of `filename_prefix_separator` (by default, a dot). By default, the
* prefix is not used.
*/

Expand Down

0 comments on commit d381c50

Please sign in to comment.