Skip to main content
defaults.yaml484 B
View on GitHub
components:
terraform:
dynamodb-table:
metadata:
component: dynamodb-table
description: "DynamoDB table for application state."
tags: [storage, state]
labels:
tier: application
hooks:
publish-coordinates:
events:
- after-terraform-apply
kind: store
name: config/ssm
outputs:
table_name: .table_name
vars:
name: state
hash_key: id

Related Documentation