Skip to content

Commit

Permalink
Merge pull request #5255 from terraform-providers/f-aws_storagegatewa…
Browse files Browse the repository at this point in the history
…y_nfs_file_share

New Resource: aws_storagegateway_nfs_file_share
  • Loading branch information
bflad authored Jul 27, 2018
2 parents d054c97 + c628860 commit b551dfb
Show file tree
Hide file tree
Showing 5 changed files with 1,168 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 @@ -585,6 +585,7 @@ func Provider() terraform.ResourceProvider {
"aws_ssm_parameter": resourceAwsSsmParameter(),
"aws_ssm_resource_data_sync": resourceAwsSsmResourceDataSync(),
"aws_storagegateway_gateway": resourceAwsStorageGatewayGateway(),
"aws_storagegateway_nfs_file_share": resourceAwsStorageGatewayNfsFileShare(),
"aws_spot_datafeed_subscription": resourceAwsSpotDataFeedSubscription(),
"aws_spot_instance_request": resourceAwsSpotInstanceRequest(),
"aws_spot_fleet_request": resourceAwsSpotFleetRequest(),
Expand Down
Loading

0 comments on commit b551dfb

Please sign in to comment.