terraform/website/source/docs
Joshua Spence f40997988e Add `name_prefix` to `aws_autoscaling_group` and `aws_elb` resources (#12629)
Adds support for `name_prefix` to the `aws_autoscaling_group` and `aws_elb` resources. Unfortunately when using `name_prefix` with `aws_elb`, this means that the specified prefix can only be a maximum of 6 characters in length. This is because the maximum length for an ELB name is 32 characters, and `resource.PrefixedUniqueId` generates a 26-character unique identifier. I was considering truncating the unique identifier to allow for a longer `name_prefix`, but I worried that doing so would increase the risk of collisions.
2017-03-20 13:06:45 +00:00
..
backends website: clarify in legacy upgrade that we support k/v on init 2017-03-17 16:03:25 -07:00
commands website: clarify docs with partial config and k/v pairs 2017-03-16 23:33:26 -07:00
configuration website: document terraform.env 2017-03-13 16:39:05 -07:00
import Circonus Provider (#12338) 2017-03-10 14:19:17 -06:00
internals Update the docs to indicate that `TF_LOG_PLAN` is append now. 2016-10-18 13:10:15 -07:00
modules website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
plugins Updated Plugins section. (#8235) 2016-08-16 14:21:33 -05:00
providers Add `name_prefix` to `aws_autoscaling_group` and `aws_elb` resources (#12629) 2017-03-20 13:06:45 +00:00
provisioners website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
state website: environment at scale wording 2017-03-16 23:37:40 -07:00
index.html.markdown