Skip to content

Commit

Permalink
Merge pull request #245 from plus3it/dependabot/docker/plus3it/tardig…
Browse files Browse the repository at this point in the history
…rade-ci-0.26.0

chore(deps): Bump plus3it/tardigrade-ci from 0.25.3 to 0.26.0
  • Loading branch information
mergify[bot] authored Jan 1, 2025
2 parents da53195 + 168f48e commit d04f7b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM plus3it/tardigrade-ci:0.25.3
FROM plus3it/tardigrade-ci:0.26.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ make terraform/pytest PYTEST_ARGS="-v --nomock"

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_access_analyzer"></a> [access\_analyzer](#input\_access\_analyzer) | Object of attributes for an IAM Access Analyzier | <pre>object({<br> name = optional(string, "AccountAnalyzer")<br> type = optional(string, "ACCOUNT")<br> tags = optional(map(string))<br><br> configuration = optional(object({<br> unused_access = object({<br> unused_access_age = number<br> })<br> }))<br> })</pre> | `{}` | no |
| <a name="input_account_alias"></a> [account\_alias](#input\_account\_alias) | Object of attributes for the IAM account alias | <pre>object({<br> name = string<br> })</pre> | `null` | no |
| <a name="input_password_policy"></a> [password\_policy](#input\_password\_policy) | Object of attributes for the IAM account password policy | <pre>object({<br> allow_users_to_change_password = optional(bool, true)<br> hard_expiry = optional(bool, false)<br> max_password_age = optional(string, "90")<br> minimum_password_length = optional(string, "14")<br> password_reuse_prevention = optional(string, "24")<br> require_lowercase_characters = optional(bool, true)<br> require_numbers = optional(bool, true)<br> require_symbols = optional(bool, true)<br> require_uppercase_characters = optional(bool, true)<br> })</pre> | `{}` | no |
| <a name="input_access_analyzer"></a> [access\_analyzer](#input\_access\_analyzer) | Object of attributes for an IAM Access Analyzier | <pre>object({<br/> name = optional(string, "AccountAnalyzer")<br/> type = optional(string, "ACCOUNT")<br/> tags = optional(map(string))<br/><br/> configuration = optional(object({<br/> unused_access = object({<br/> unused_access_age = number<br/> })<br/> }))<br/> })</pre> | `{}` | no |
| <a name="input_account_alias"></a> [account\_alias](#input\_account\_alias) | Object of attributes for the IAM account alias | <pre>object({<br/> name = string<br/> })</pre> | `null` | no |
| <a name="input_password_policy"></a> [password\_policy](#input\_password\_policy) | Object of attributes for the IAM account password policy | <pre>object({<br/> allow_users_to_change_password = optional(bool, true)<br/> hard_expiry = optional(bool, false)<br/> max_password_age = optional(string, "90")<br/> minimum_password_length = optional(string, "14")<br/> password_reuse_prevention = optional(string, "24")<br/> require_lowercase_characters = optional(bool, true)<br/> require_numbers = optional(bool, true)<br/> require_symbols = optional(bool, true)<br/> require_uppercase_characters = optional(bool, true)<br/> })</pre> | `{}` | no |

## Outputs

Expand Down

0 comments on commit d04f7b5

Please sign in to comment.