Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 926 Bytes

File metadata and controls

31 lines (23 loc) · 926 Bytes

Requirements

Name Version
terraform ~> 0.12.0
aws ~> 2.0

Providers

Name Version
aws ~> 2.0

Inputs

Name Description Type Default Required
dynamo_read_capacity the dynamo read throughput string 15 no
dynamo_write_capacity the dynamo write throughput string 15 no
local_user_name the name of the IAM user for local development string "local_dev_user" no
profile an aws profile to act on behalf of terraform string n/a yes
region an aws region string "us-west-2" no

Outputs

Name Description
cli_config the config to set locally for the user and role
cli_credentials the credentials to set locally for the user
table_name the DynamoDB table name