Skip to content

Commit

Permalink
Add AWS KMS Grant Resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jammerful committed Jan 17, 2018
1 parent 85b7eeb commit 36ed029
Show file tree
Hide file tree
Showing 6 changed files with 781 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 @@ -393,6 +393,7 @@ func Provider() terraform.ResourceProvider {
"aws_kinesis_firehose_delivery_stream": resourceAwsKinesisFirehoseDeliveryStream(),
"aws_kinesis_stream": resourceAwsKinesisStream(),
"aws_kms_alias": resourceAwsKmsAlias(),
"aws_kms_grant": resourceAwsKmsGrant(),
"aws_kms_key": resourceAwsKmsKey(),
"aws_lambda_function": resourceAwsLambdaFunction(),
"aws_lambda_event_source_mapping": resourceAwsLambdaEventSourceMapping(),
Expand Down
Loading

0 comments on commit 36ed029

Please sign in to comment.