Skip to content

Commit

Permalink
Merge pull request #2263 from hashicorp/f-aws-spot-instance-request
Browse files Browse the repository at this point in the history
provider/aws: spot_instance_request
  • Loading branch information
phinze committed Jun 8, 2015
2 parents 25eceb0 + 112724f commit e305d7c
Show file tree
Hide file tree
Showing 6 changed files with 754 additions and 226 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func Provider() terraform.ResourceProvider {
"aws_s3_bucket": resourceAwsS3Bucket(),
"aws_security_group": resourceAwsSecurityGroup(),
"aws_security_group_rule": resourceAwsSecurityGroupRule(),
"aws_spot_instance_request": resourceAwsSpotInstanceRequest(),
"aws_sqs_queue": resourceAwsSqsQueue(),
"aws_sns_topic": resourceAwsSnsTopic(),
"aws_sns_topic_subscription": resourceAwsSnsTopicSubscription(),
Expand Down
Loading

0 comments on commit e305d7c

Please sign in to comment.