Cloudposse Terraform Aws Backup Versions Save

Terraform module to provision AWS Backup, a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services such as EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and AWS Storage Gateway volumes.

1.0.0

3 months ago

What's Changed

Full Changelog: https://github.com/cloudposse/terraform-aws-backup/compare/0.14.1...1.0.0

0.14.1

1 year ago
git.io->cloudposse.tools update @dylanbannon (#38)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

0.14.0

1 year ago

Seems like we're still experiencing some issues with this release.

What's Changed

New Contributors

Full Changelog: https://github.com/cloudposse/terraform-aws-backup/compare/0.13.1...0.14.0

0.13.1

1 year ago

๐Ÿš€ Enhancements

Add role outputs @nitrocode (#40)

what

  • Add role outputs
  • Remove unused providers

why

  • Allow adding additional policies to role from outside of the module

references

0.13.0

1 year ago
Add support for permissionsboundary on IAM Role @dennisbrouwer91 (#36)

what

  • This PR adds support for PermissionBoundaries in AWS on IAM Role creation

why

  • We use AWS accounts with a PermissionsBoundary (which is enforced), without this change we can't use the module

references

(https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html)

0.12.0

2 years ago
Add not_resources @stratusjerry (#34)

what

why

  • adds functionality

0.11.0

2 years ago
Allow override resource names @max-lobur (#32)

what

  • Allow override resource names
  • This change is fully backwards compatible, it does not break any of the previous use cases.

why

  • Helps building multi-policy backup schemas for a single vault

0.10.5

2 years ago

๐Ÿค– Automatic Updates

Update Terraform cloudposse/label/null to v0.25.0 @renovate (#28)

This PR contains the following updates:

Package Type Update Change
cloudposse/label/null (source) module minor 0.24.1 -> 0.25.0

Release Notes

cloudposse/terraform-null-label

v0.25.0

Compare Source

Add "tenant", "labels_as_tags", and "descriptors" @โ€‹Nuru (#โ€‹132) #### what - Add additional label and `id` component: `tenant` - New input `labels_as_tags` controls which labels are exported as tags - New input `descriptor_formats` generates new output `descriptors` - Update README, remove link to obsolete `terraform-terraform-label` #### why - Support users that host resources on behalf of and/or dedicated to single customers - Supersedes and closes #โ€‹131, giving people control over which tags the module generates - Simple mechanism for creating multiple identifiers from the same inputs, reducing the need to create multiple instances of `null-label` - Document `tenant`, `labels_as_tags`, `descriptor_formats`, add additional clarification, stop promoting obsolete module
Fix: Update README Snippets @โ€‹korenyoni (#โ€‹130) #### what * Update README snippets to reflect use of Terraform Registry. #### why * Including snippets that reflect use of the Terraform Registry make it easier for users to quickly instantiate a null_label module. * README is out of date and does not include snippets that reflect use of the Terraform Registry. #### references * N/A
Bridgecrew compliance @โ€‹Nuru (#โ€‹125) #### what - Resolve Bridgecrew compliance complaint about example Autoscaling Group (BC_AWS_GENERAL_31) - Fix typo in README - Include Terraform lock file in `.gitignore` #### why - Get clean Bridgecrew badge - Correct confusing error - Ensure lock files are not checked into GitHub #### note The PR can and should be merged into `master` to update README and Bridgecrew without triggering a new release/version. These changes have no effect on the actual module in use and a release will create unnecessary ripple effects. However, merging to `master` will update the README and badges, so is worthwhile, and the changes will move forward into the next release.

Configuration

๐Ÿ“… Schedule: At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

๐Ÿ”• 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 has been generated by WhiteSource Renovate. View repository job log here.

0.10.4

2 years ago

๐Ÿค– Automatic Updates

Update context.tf @cloudpossebot (#29)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

0.10.3

2 years ago

๐Ÿš€ Enhancements

Support govcloud @nitrocode (#26)

what

  • Support govcloud

why

  • Support more partitions

references