Skip to content

Commit

Permalink
Merge pull request #2784 from apparentlymart/aws-images
Browse files Browse the repository at this point in the history
AWS AMI resources
  • Loading branch information
phinze committed Sep 4, 2015
2 parents c9a64a5 + 7f64327 commit 3abf479
Show file tree
Hide file tree
Showing 11 changed files with 1,236 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builtin/providers/aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ func Provider() terraform.ResourceProvider {
},

ResourcesMap: map[string]*schema.Resource{
"aws_ami": resourceAwsAmi(),
"aws_ami_copy": resourceAwsAmiCopy(),
"aws_ami_from_instance": resourceAwsAmiFromInstance(),
"aws_app_cookie_stickiness_policy": resourceAwsAppCookieStickinessPolicy(),
"aws_autoscaling_group": resourceAwsAutoscalingGroup(),
"aws_autoscaling_notification": resourceAwsAutoscalingNotification(),
Expand Down
Loading

0 comments on commit 3abf479

Please sign in to comment.