Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Nov 10, 2023
1 parent cedd5cb commit 30593a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/iam-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When `pgp_key` is specified as `keybase:username`, make sure that that user has

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.19.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |

## Modules

Expand Down
1 change: 1 addition & 0 deletions modules/iam-role/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ variable "permissions_boundary" {
description = "(Optional) The ARN of the policy that is used to set the permissions boundary for the role."
type = string
default = null
nullable = true
}

variable "trusted_session_tagging" {
Expand Down

0 comments on commit 30593a7

Please sign in to comment.