pulumi / registry

The global index of everything you can do with Pulumi.
https://www.pulumi.com/registry
Apache License 2.0
26 stars 120 forks source link

Table Replicas are missing DeletionProtection attribute #3130

Open aboliver375 opened 1 year ago

aboliver375 commented 1 year ago

File: themes/default/content/registry/packages/aws/api-docs/dynamodb/tablereplica/_index.md

When configuring a TableReplica object, there is no way to enable Deletion Protection to a Replica. If you configure a table with auto-scaling and need to use the combination of the Table and TableReplica, the Table will be created with Deletion Protection enabled but the Replicas will not enable it.

interurban commented 1 year ago

thank you @aboliver375 for submitted this issue, we'll take a look