aws∕dynamodb - dicomgrid/pt-modules GitHub Wiki
To use this module in your Terraform, refer to the below module example:
module "aws_dynamodb" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Name | Version |
---|---|
terraform | >= 1.0 |
aws | >= 4.50.0 |
Name | Version |
---|---|
aws | >= 4.50.0 |
No modules.
Name | Type |
---|---|
aws_dynamodb_table.main | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
tags | n/a | any |
n/a | yes |
attributes | n/a | list |
[ |
no |
aws_project_id | n/a | string |
"null" |
no |
billing_mode | n/a | string |
"PAY_PER_REQUEST" |
no |
code_managed | n/a | string |
"true" |
no |
compliance | n/a | string |
"null" |
no |
hash_key | n/a | string |
"LockID" |
no |
map_migrated | n/a | string |
"null" |
no |
onetime | n/a | string |
"null" |
no |
range_key | n/a | any |
null |
no |
read_capacity | n/a | any |
null |
no |
write_capacity | n/a | any |
null |
no |
No outputs.