Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 15:41
· 23 commits to main since this release
39545df
Sync github @max-lobur (#55)

Rebuild github dir from the template

🤖 Automatic Updates

Update Terraform cloudposse/iam-system-user/aws to v1.2.1 (main) @renovate (#59)

This PR contains the following updates:

Package Type Update Change
cloudposse/iam-system-user/aws (source) module minor 1.0.0 -> 1.2.1

Release Notes

cloudposse/terraform-aws-iam-system-user (cloudposse/iam-system-user/aws)

v1.2.1

Compare Source

Sync github @​max-lobur (#​74)

Rebuild github dir from the template

🤖 Automatic Updates

chore(deps): update terraform cloudposse/ssm-parameter-store/aws to v0.13.0 (main) @​renovate (#​79)

This PR contains the following updates:

Package Type Update Change
cloudposse/ssm-parameter-store/aws (source) module minor 0.10.0 -> 0.13.0

Release Notes
cloudposse/terraform-aws-ssm-parameter-store (cloudposse/ssm-parameter-store/aws)
v0.13.0

Compare Source

chore: add overwrite argument back @​&#​8203;gberenice (#&#​8203;53)
what
  • Unfortunately, we have to add the overwrite argument back due to the confusion of its deprecation:
Lastly, and unfortunately, configurations expecting the standard update flow will need to keep overwrite = true set until this becomes the default behavior in v6.0.0. Removing it in v5.X will result in the default value of false, preventing the parameter value from being updated, causing persistent differences.
why
  • Prevent undesired behaviour.
references
v0.12.0

Compare Source

chore: remove deprecated `overwrite` argument @​&#​8203;meysam81 (#&#​8203;52)

fixes #​51

Sync github @​&#​8203;max-lobur (#&#​8203;48)

Rebuild github dir from the template

v0.11.0

Compare Source

  • No changes

v1.2.0

Compare Source

  • No changes

v1.1.0

Compare Source

Fix `ssm_enabled = false` usage @​MaxymVlasov (#​71)
│ Error: Invalid function argument
│ 
│   on .terraform/modules/service_codefresh_serverless/outputs.tf line 41, in output "ses_smtp_password_v4":
│   41:   value       = local.ssm_enabled ? null : join("", aws_iam_access_key.default.*.ses_smtp_password_v4)
│     ├────────────────
│     │ while calling join(separator, lists...)
│     │ aws_iam_access_key.default is tuple with 1 element
│ 
│ Invalid value for "lists" parameter: element 0 is null; cannot concatenate null values.

Update README.md and docs @cloudpossebot (#57)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates