diff --git a/Dockerfile b/Dockerfile index 778f8a9..98cdd22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM plus3it/tardigrade-ci:0.25.3 +FROM plus3it/tardigrade-ci:0.26.0 diff --git a/README.md b/README.md index 915d6f8..ef39e47 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ make terraform/pytest PYTEST_ARGS="-v --nomock" | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [access\_analyzer](#input\_access\_analyzer) | Object of attributes for an IAM Access Analyzier |
object({
name = optional(string, "AccountAnalyzer")
type = optional(string, "ACCOUNT")
tags = optional(map(string))

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

configuration = optional(object({
unused_access = object({
unused_access_age = number
})
}))
})
| `{}` | no | +| [account\_alias](#input\_account\_alias) | Object of attributes for the IAM account alias |
object({
name = string
})
| `null` | no | +| [password\_policy](#input\_password\_policy) | Object of attributes for the IAM account password policy |
object({
allow_users_to_change_password = optional(bool, true)
hard_expiry = optional(bool, false)
max_password_age = optional(string, "90")
minimum_password_length = optional(string, "14")
password_reuse_prevention = optional(string, "24")
require_lowercase_characters = optional(bool, true)
require_numbers = optional(bool, true)
require_symbols = optional(bool, true)
require_uppercase_characters = optional(bool, true)
})
| `{}` | no | ## Outputs