Skip to content

DynamoDB deletion protection toggle for replica tables using the replica block in aws_dynamodb_table resources #42846

@milan-trayt

Description

@milan-trayt

Description

Currently We can have

resource "aws_dynamodb_table" "this" {
............
............
............
  replica{
      region_name            = ..............
      kms_key_arn            = ....................
      point_in_time_recovery = .......
  }
........
............
............
............
}

Required Configuration

resource "aws_dynamodb_table" "this" {
............
  replica{
      region_name            = ..............
      kms_key_arn            = ....................
      point_in_time_recovery = ......
      deletion_protection = ......
  }
........
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/dynamodbIssues and PRs that pertain to the dynamodb service.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions