terraform/website/source
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
..
assets Merge pull request #12372 from hashicorp/f-kubernetes 2017-03-16 07:18:39 +00:00
docs Add `name_prefix` to `aws_autoscaling_group` and `aws_elb` resources (#12629) 2017-03-20 13:06:45 +00:00
intro docs: update Cloudflare casing (#12844) 2017-03-18 12:34:07 +00:00
layouts provider/aws: Added API Gateway Usage Plan (#12542) 2017-03-18 14:18:19 +00:00
upgrade-guides website: backend upgrade guide 2017-02-28 19:19:57 -08:00
.gitignore
404.html.erb
community.html.erb Update community.html.erb 2017-01-31 09:49:50 -07:00
downloads.html.erb website: fix upgrade guide link 2017-03-15 09:59:57 -07:00
feature-card-write.svg add and style feature-card graphics 2016-10-04 16:03:46 -07:00
index.html.erb website: Replace 0.8 release w/ 0.9 on the HP (#12754) 2017-03-16 10:06:07 +00:00
robots.txt
security.html.erb Add security page (#9717) 2016-11-01 13:56:08 +00:00
sitemap.xml.builder