Terraform-provider-aws: aws_dlm_lifecycle_policy - Implement support for "Cross Region copy"

Created on 28 Feb 2020  路  6Comments  路  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Amazon Data Lifecycle Manager support "Cross region copy" since December 2019.

The feature is currently not supported by the Terraform AWS Provider.

New or Affected Resource(s)

  • aws/resource_aws_dlm_lifecycle_policy.go

Potential Terraform Configuration

cross_region_copy_rule [
  target_region = "string"
  encrypted = true|false
  cmk_arn = "string"
  copy_tags = true|false
  retain_rule = {
    interval = "integer"
    interval_unit = "DAYS"|"WEEKS"|"MONTHS"|"YEARS"
  }
]

References

  • https://aws.amazon.com/about-aws/whats-new/2019/12/amazon-data-lifecycle-manager-enables-automation-snapshot-copy-via-policies/

  • enhancement needs-triage servicdlm

    Most helpful comment

    This will really nice and helpful :D

    All 6 comments

    yeah. this would be very useful to have this supported directly from the provider!

    this would actually be a valuable improvement

    is a good thing

    This will really nice and helpful :D

    Adding this to the provider would be a great enhancement

    Is this still not supported? It's a simple checkbox in the console to do this?

    This would be pretty beneficial to add to the current feature set.

    Was this page helpful?
    0 / 5 - 0 ratings