Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
portellikurt committed Nov 17, 2023
1 parent 0b8ac16 commit f71ad6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aws/iam/users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Used to manage IAM users.

[[_TOC_]]

## Required variables

`users` - A map from username to user definition, where the definition has the following structure
Expand Down Expand Up @@ -39,7 +37,7 @@ module "users" {
source = "../.."
region = "us-east-2"
account_alias = "redacredev"
account_alias = "awsAccountName"
slack_bot_token = "top-secret-token"
users = {
Expand Down

0 comments on commit f71ad6a

Please sign in to comment.