Skip to content

Commit

Permalink
chore: upgrades child iam-account-settings for hashicorp/template fix (
Browse files Browse the repository at this point in the history
…#975)

Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
Gowiem and cloudpossebot authored Feb 6, 2024
1 parent 942548e commit 633f810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/account-settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ components:
| Name | Source | Version |
|------|--------|---------|
| <a name="module_budgets"></a> [budgets](#module\_budgets) | cloudposse/budgets/aws | 0.2.1 |
| <a name="module_iam_account_settings"></a> [iam\_account\_settings](#module\_iam\_account\_settings) | cloudposse/iam-account-settings/aws | 0.4.0 |
| <a name="module_iam_account_settings"></a> [iam\_account\_settings](#module\_iam\_account\_settings) | cloudposse/iam-account-settings/aws | 0.5.0 |
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
| <a name="module_service_quotas"></a> [service\_quotas](#module\_service\_quotas) | cloudposse/service-quotas/aws | 0.1.0 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
Expand Down
2 changes: 1 addition & 1 deletion modules/account-settings/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "aws_ebs_encryption_by_default" "default" {
# It also sets the account alias for the current account.
module "iam_account_settings" {
source = "cloudposse/iam-account-settings/aws"
version = "0.4.0"
version = "0.5.0"

hard_expiry = true
minimum_password_length = var.minimum_password_length
Expand Down

0 comments on commit 633f810

Please sign in to comment.