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 Dec 22, 2015
1 parent d4e4fb6 commit 06440fc
Show file tree
Hide file tree
Showing 4 changed files with 865 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 @@ -92,6 +92,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_app_cookie_stickiness_policy": resourceAwsAppCookieStickinessPolicy(),
"aws_autoscaling_group": resourceAwsAutoscalingGroup(),
Expand Down
Loading

0 comments on commit 06440fc

Please sign in to comment.