Skip to content

Commit

Permalink
Added dynamodb_table_item resource #517
Browse files Browse the repository at this point in the history
  • Loading branch information
galadriel2143 authored and radeksimko committed Feb 1, 2018
1 parent d7d793d commit 041c625
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ func Provider() terraform.ResourceProvider {
"aws_dx_connection": resourceAwsDxConnection(),
"aws_dx_connection_association": resourceAwsDxConnectionAssociation(),
"aws_dynamodb_table": resourceAwsDynamoDbTable(),
"aws_dynamodb_table_item": resourceAwsDynamoDbTableItem(),
"aws_dynamodb_global_table": resourceAwsDynamoDbGlobalTable(),
"aws_ebs_snapshot": resourceAwsEbsSnapshot(),
"aws_ebs_volume": resourceAwsEbsVolume(),
Expand Down
Loading

0 comments on commit 041c625

Please sign in to comment.