Skip to content

asmtal/terraform-aws-dynamodb-1

Repository files navigation

Requirements

No requirements.

Providers

Name Version
aws 4.4.0

Modules

Name Source Version
this_label r0ck40k/label/generic 0.1.0

Resources

Name Type
aws_dynamodb_table.this resource

Inputs

Name Description Type Default Required
attributes List of all attributes to include in the table map(string) n/a yes
billing_mode Billing mode for Dynamodb string "PROVISIONED" no
context Default environmental context
object({
organization = string
environment = string
account = string
product = string
tags = map(string)
})
n/a yes
hash_key Default hashkey string n/a yes
kms_arn KMS Key to use string n/a yes
name Name of the dynamodb table to create string n/a yes
range_key Default rangekey string null no
read_capacity Read capacity if BILLING_MODE is provisioned number 5 no
write_capacity Write capacity if BILLING_MODE is provisioned number 5 no

Outputs

Name Description
arn ARN of the created table
hash_key Hash key field for the table
id ID of the created table

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages