Commit 9fc8ff03 authored by Sean Clerkin's avatar Sean Clerkin

Reduce Dynamo capacity units

parent 7cdcbced
variable "name" {} variable "name" {}
variable "dynamodb_read_capacity" { variable "dynamodb_read_capacity" {
default = "5" default = "1"
} }
variable "dynamodb_write_capacity" { variable "dynamodb_write_capacity" {
default = "5" default = "1"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment