bsmsapp/terraform/modules/dynamodb
Santiago Lo Coco d7cbbb2cf6 Remove backup and ses
Due to academy restrictions :'(

Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar>
2022-11-30 19:33:42 -03:00
..
README.md Remove backup and ses 2022-11-30 19:33:42 -03:00
main.tf Update modules and fix bugs 2022-10-29 13:12:23 -03:00
outputs.tf Fix more bugs 2022-10-29 22:45:44 -03:00
variables.tf Reformat files 2022-10-23 16:33:14 -03:00
versions.tf Remove backup and ses 2022-11-30 19:33:42 -03:00

README.md

Requirements

Name Version
terraform >= 1.3.1
aws >= 4.10.0

Providers

Name Version
aws 4.38.0

Modules

No modules.

Resources

Name Type
aws_dynamodb_table.this resource

Inputs

Name Description Type Default Required
attributes List of nested attribute definitions (used for hash and range key). list(map(string)) [] no
billing_mode Controls how you are billed for read/write throughput and how you manage capacity. string "PROVISIONED" no
hash_key The attribute to use as the hash (partition) key. string null no
name Name of the DynamoDB table. string null no
range_key The attribute to use as the range (sort) key. string null no
read_capacity The number of read units for this table. number 20 no
tags A map of tags to add to all resources map(string) {} no
write_capacity The number of write units for this table. number 20 no

Outputs

Name Description
name The name of the table.