-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Application Auto Scaling to support scaling an Amazon EC2 Spot…
… fleet. (#8697) * provider/aws: Update Application Auto Scaling service model - Add support for automatically scaling an Amazon EC2 Spot fleet. * Remove duplicate policy_type check. * Test creating a scalable target for a splot fleet request. * Test creating a scaling policy for a splot fleet request. * Update resource docs to support scaling an Amazon EC2 Spot fleet. - aws_appautoscaling_policy - aws_appautoscaling_target * Remove arn attribute from aws_appautoscaling_target - No arn is generated or returned for this resource. * Remove optional name attribute from aws_appautoscaling_target - ScalableTargets do not have a name - I think this was copied from aws_appautoscaling_policy * AWS Application Autoscaling resource documentation tweaks - include a target resource in the policy example - sort attributes by alpha - fixup markdown - add spaces to test config
- Loading branch information
Showing
8 changed files
with
374 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.