Skip to content

v1.537.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 03 Sep 15:31
· 8 commits to main since this release
0a30885
fix: Skip DynamoDB in Terraform Policy @milldr (#43) ## what - Skip the DynamoDB table permission in the TerraformUpdateAccess policy when the table does not exist

why

  • If we create the backend with s3_state_lock_enabled: false, then the DynamoDB table will not exist and this will be an invalid policy.

references

Summary by CodeRabbit

  • Chores

    • Added an ignore rule to prevent committing account map artifacts to the repository.
  • Refactor

    • Made the infrastructure access policy conditional, applying it only when the feature is enabled and a valid backend resource is provided. This reduces unnecessary permissions and avoids misconfigurations without altering behavior when conditions are not met.
Align the documentation with the actual code @j4zzcat (#37) Align the documentation with the actual code. `IdentityTeamAccess` is generated in [aws-account-map/roles-to-principals](https://github.com/cloudposse-terraform-components/aws-account-map/blob/6cb2aa31653d13263387f2d0a71c68aa4cbaa73b/src/modules/roles-to-principals/main.tf#L31) like so: ``` format("Identity%sTeamAccess", replace(title(replace(team, "_", "-")), "-", "")) ```

Summary by CodeRabbit

  • Documentation
    • Updated documentation to clarify how permission set names are generated from team names, providing a more accurate example of the Terraform statement used.

🤖 Automatic Updates

Migrate README generation to atmos @goruha (#42) ## what - Update README.yaml

why

  • Use atmos to generate readme
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#41) ## 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

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

Release Notes

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

v0.42.0

Compare Source

What's Changed

Breaking Changes
Chores

Full Changelog: terraform-linters/tflint-ruleset-aws@v0.41.0...v0.42.0


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.41.0 @[renovate[bot]](https://github.com/apps/renovate) (#38) This PR contains the following updates:
Package Type Update Change
terraform-linters/tflint-ruleset-aws plugin minor 0.40.0 -> 0.41.0

Release Notes

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

v0.41.0

Compare Source

What's Changed

Breaking Changes
Enhancements
Chores

New Contributors

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


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.

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