Improve this page

Back to AWS Terraform templates index <–

AWS dynamodb_tag with Terraform

aws_dynamodb_tag by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "aws_dynamodb_tag" {
   tableName = "cloudboost"
   key       = "test"
   value     = "testvalue"
}