Skip to content

Commit

Permalink
Add an AWS Spot fleet resource
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavdv committed Jun 22, 2016
1 parent 524d7e1 commit 5bafd4b
Show file tree
Hide file tree
Showing 3 changed files with 1,224 additions and 0 deletions.
1 change: 1 addition & 0 deletions provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ func Provider() terraform.ResourceProvider {
"aws_security_group": resourceAwsSecurityGroup(),
"aws_security_group_rule": resourceAwsSecurityGroupRule(),
"aws_spot_instance_request": resourceAwsSpotInstanceRequest(),
"aws_spot_fleet_request": resourceAwsSpotFleetRequest(),
"aws_sqs_queue": resourceAwsSqsQueue(),
"aws_sns_topic": resourceAwsSnsTopic(),
"aws_sns_topic_subscription": resourceAwsSnsTopicSubscription(),
Expand Down
Loading

0 comments on commit 5bafd4b

Please sign in to comment.