Skip to content

Commit

Permalink
Fix Perma-Drift with Replicas (#107)
Browse files Browse the repository at this point in the history
* explicitly set replica attrs

* make github/init, updated set-outputs

* Auto Format

* test github_output from workflow

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
milldr and cloudpossebot authored Oct 24, 2022
1 parent ac59c47 commit 7f1a7b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ resource "aws_dynamodb_table" "default" {
for_each = var.replicas
content {
region_name = replica.value
# If kms_key_arn is null, the provider uses the default key
kms_key_arn = null
propagate_tags = false
point_in_time_recovery = false
}
}

Expand Down

0 comments on commit 7f1a7b0

Please sign in to comment.