We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcf1180 + 213d085 commit 25d4865Copy full SHA for 25d4865
main.tf
@@ -56,10 +56,10 @@ module "terraform_state_bucket_logs" {
56
# The terraform state lock is meant to be ephemeral and does not need recovery
57
#tfsec:ignore:AWS086
58
resource "aws_dynamodb_table" "terraform_state_lock" {
59
- name = var.dynamodb_table_name
60
- hash_key = "LockID"
61
- read_capacity = 2
62
- write_capacity = 2
+ name = var.dynamodb_table_name
+ hash_key = "LockID"
+
+ billing_mode = "PAY_PER_REQUEST"
63
64
server_side_encryption {
65
enabled = true
0 commit comments