Skip to content

Commit

Permalink
New resource: aws_ami_description - lookup AMI via DescribeImages
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Marchesi committed Apr 18, 2016
1 parent c280d62 commit 1195457
Show file tree
Hide file tree
Showing 4 changed files with 874 additions and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func Provider() terraform.ResourceProvider {
ResourcesMap: map[string]*schema.Resource{
"aws_ami": resourceAwsAmi(),
"aws_ami_copy": resourceAwsAmiCopy(),
"aws_ami_description": resourceAwsAmiDescription(),
"aws_ami_from_instance": resourceAwsAmiFromInstance(),
"aws_api_gateway_api_key": resourceAwsApiGatewayApiKey(),
"aws_api_gateway_deployment": resourceAwsApiGatewayDeployment(),
Expand Down
Loading

0 comments on commit 1195457

Please sign in to comment.