Skip to content

Commit

Permalink
Added dynamodb_table_item resource hashicorp#517
Browse files Browse the repository at this point in the history
  • Loading branch information
galadriel2143 committed Aug 17, 2017
1 parent 494221f commit 31e6a65
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 @@ -301,6 +301,7 @@ func Provider() terraform.ResourceProvider {
"aws_dms_replication_subnet_group": resourceAwsDmsReplicationSubnetGroup(),
"aws_dms_replication_task": resourceAwsDmsReplicationTask(),
"aws_dynamodb_table": resourceAwsDynamoDbTable(),
"aws_dynamodb_table_item": resourceAwsDynamoDbTableItem(),
"aws_ebs_snapshot": resourceAwsEbsSnapshot(),
"aws_ebs_volume": resourceAwsEbsVolume(),
"aws_ecr_repository": resourceAwsEcrRepository(),
Expand Down
Loading

0 comments on commit 31e6a65

Please sign in to comment.