terraform/builtin
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
..
bins New Provider: Spotinst (#5001) 2017-02-22 22:57:16 +02:00
providers Add `name_prefix` to `aws_autoscaling_group` and `aws_elb` resources (#12629) 2017-03-20 13:06:45 +00:00
provisioners remove log.Fatal from test 2017-02-24 18:48:48 -05:00