Skip to content

Commit

Permalink
fix(tf): Correct syntax of dynamic block
Browse files Browse the repository at this point in the history
  • Loading branch information
LawrenceWarren committed Nov 13, 2023
1 parent ca84e91 commit 4f086fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ resource "aws_s3_bucket_replication_configuration" "default" {
))[0]], [])

content {
replica_kms_key_id = encryption_configuration
replica_kms_key_id = encryption_configuration.value
}
}

Expand Down

0 comments on commit 4f086fc

Please sign in to comment.