Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
updates module to use autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
hpalaparthi committed Feb 27, 2024
1 parent 7c8a4a9 commit 0ec1f19
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,4 @@ module "dynamodb_table" {
max_capacity = 10
}

# autoscaling_indexes = {
# TitleIndex = {
# read_max_capacity = 10
# read_min_capacity = 1
# write_max_capacity = 15
# write_min_capacity = 1
# }
# }

}

0 comments on commit 0ec1f19

Please sign in to comment.