terraform/website/source
Adam Hoka fbbfe67bb5 Update documentation to reflect reality
From the code:

			"records": &schema.Schema{
				Type:     schema.TypeString,
				Optional: true,
				Elem:     &schema.Schema{Type: schema.TypeString},
				Set:      schema.HashString,
				Removed:  "Use `record` instead. This attribute will be removed in a future version",
			},

			"record": &schema.Schema{
				Type:     schema.TypeString,
				Required: true,
2017-04-03 14:11:25 +02:00
..
assets website: community people pics consistently spaced 2017-03-29 10:13:22 -07:00
docs Update documentation to reflect reality 2017-04-03 14:11:25 +02:00
intro docs: Update getting started docs to use a valid AMI in us-east-1, vpc 2017-03-24 15:51:56 -05:00
layouts provider/aws: Implement aws_ses_domain_identity (#13098) 2017-04-01 06:57:34 +01:00
upgrade-guides website: backend upgrade guide 2017-02-28 19:19:57 -08:00
.gitignore
404.html.erb
community.html.erb Add apparentlymart to the community page. 2017-03-29 10:13:22 -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: new terraform webinar (#13111) 2017-03-28 07:13:16 +01:00
robots.txt
security.html.erb Add security page (#9717) 2016-11-01 13:56:08 +00:00
sitemap.xml.builder