Skip to content

Commit

Permalink
New Resource: aws_ec2_fleet
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Sep 24, 2018
1 parent cb8ec93 commit e5eed2f
Show file tree
Hide file tree
Showing 5 changed files with 2,646 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ func Provider() terraform.ResourceProvider {
"aws_dynamodb_table": resourceAwsDynamoDbTable(),
"aws_dynamodb_table_item": resourceAwsDynamoDbTableItem(),
"aws_dynamodb_global_table": resourceAwsDynamoDbGlobalTable(),
"aws_ec2_fleet": resourceAwsEc2Fleet(),
"aws_ebs_snapshot": resourceAwsEbsSnapshot(),
"aws_ebs_volume": resourceAwsEbsVolume(),
"aws_ecr_lifecycle_policy": resourceAwsEcrLifecyclePolicy(),
Expand Down
Loading

0 comments on commit e5eed2f

Please sign in to comment.