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 29, 2016
1 parent 5b7f12e commit c1f3baa
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_account": resourceAwsApiGatewayAccount(),
"aws_api_gateway_api_key": resourceAwsApiGatewayApiKey(),
Expand Down
Loading

0 comments on commit c1f3baa

Please sign in to comment.