terraform/website/source/docs
Raymond Fallon b30ef0f58d 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
2017-02-02 09:39:22 +00:00
..
commands command/import: document -var-file and -var is available #11211 2017-01-24 13:02:54 -08:00
configuration Merge pull request #11329 from hashicorp/f-destroy-prov 2017-01-26 14:32:21 -08:00
import `postgresql_database` resource provider should now be feature complete. 2016-12-10 12:32:20 +11:00
internals Update the docs to indicate that `TF_LOG_PLAN` is append now. 2016-10-18 13:10:15 -07:00
modules Add CLI output example to Usage of Modules 2016-12-19 13:26:36 -05:00
plugins Updated Plugins section. (#8235) 2016-08-16 14:21:33 -05:00
providers Update Application Auto Scaling to support scaling an Amazon EC2 Spot fleet. (#8697) 2017-02-02 09:39:22 +00:00
provisioners website: document destroy provisioners 2017-01-20 23:21:29 -08:00
state Add missing word (#11432) 2017-01-26 17:18:23 +02:00
index.html.markdown