Skip to content

Releases: cloudposse-terraform-components/aws-aurora-postgres-resources

v1.538.0

02 Jun 22:42
61a81cd
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/ssm-parameter-store/aws to v0.13.0 @[renovate[bot]](https://github.com/apps/renovate) (#3) 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 @​gberenice (#​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 @​meysam81 (#​52)

fixes #​51

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

Rebuild github dir from the template

v0.11.0

Compare Source

  • No changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.40.0 @[renovate[bot]](https://github.com/apps/renovate) (#6) This PR contains the following updates:
Package Type Update Change
terraform-linters/tflint-ruleset-aws plugin minor 0.23.1 -> 0.40.0

Release Notes

terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)

v0.40.0

Compare Source

What's Changed

Enhancements
Chores

Full Changelog: terraform-linters/tflint-ruleset-aws@v0.39.0...v0.40.0

v0.39.0

Compare Source

What's Changed

Enhancements
Bug Fixes
Chores
Read more

v1.537.0

30 Apr 12:37
b2592fd
Compare
Choose a tag to compare

🚀 Enhancements

feat: add kms key arn input for customer-managed keys @RoseSecurity (#24) ## why
  • This PR introduces a new kms_key_arn variable, allowing consumers to supply their own customer-managed KMS key

what

  1. Default behavior

    • Deploy without setting kms_key_arn
    • Module-created CMK is used for both RDS and SSM
  2. Override behavior

    • Deploy with kms_key_arn = "arn:aws:kms:…:key/EXAMPLE"
    • Verify that both the RDS cluster and SSM parameter use the supplied ARN

references

Summary by CodeRabbit

  • New Features
    • Added support for specifying a custom KMS encryption key ARN through a new configuration variable.
    • Improved flexibility by allowing fallback to a user-provided KMS key ARN if the default is not available.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#21) ## 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

v1.536.1

09 Mar 19:13
596bd98
Compare
Choose a tag to compare
Added tests @goruha (#18) ## what * Added tests

Summary by CodeRabbit

  • New Features

    • Added comprehensive test suite for AWS Aurora PostgreSQL resources.
    • Introduced configuration files for Atmos CLI tool and Terraform components.
    • Configured database, schema, user, grant, and VPC management settings.
    • Added new DNS configurations.
  • Improvements

    • Updated Aurora PostgreSQL module to version 1.8.0.
    • Enhanced testing infrastructure with Go test framework.
    • Added detailed configuration for VPC and DNS resources.
  • Documentation

    • Created new configuration files for various infrastructure components.
    • Added comprehensive test configurations and vendor specifications.
  • Chores

    • Updated .gitignore to exclude temporary and environment-specific files.
    • Removed obsolete test script.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#19) ## 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

v1.536.0

06 Jan 13:04
4bc7180
Compare
Choose a tag to compare
Replaces it with the updated list-compatible syntax @Musthaq101 (#10) ## what * Replace the legacy "attribute-only" splat expressions which use the sequence .* with the newer expression[*]

why

Earlier versions of the Terraform language had a slightly different version of splat expressions, which Terraform continues to support for backward compatibility. This older variant is less useful than the modern form described above, and so Hashicorp recommends against using it in new configurations.

references

Summary by CodeRabbit

  • Chores
    • Updated Terraform configuration syntax for list handling
    • Minor formatting adjustment in output file

v1.535.0

04 Jan 11:17
6e9ed85
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.534.0

04 Jan 11:00
6e9ed85
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.533.0

13 Dec 19:47
1f646f0
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.532.0

27 Nov 11:11
0cb6d66
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components