terraform/website/source/docs
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
..
backends fix docs typo (#13183) 2017-03-30 07:03:08 +01:00
commands website: clarify docs with partial config and k/v pairs 2017-03-16 23:33:26 -07:00
configuration Fix small typo 2017-04-03 10:38:35 +02:00
import provider/aws: Implement aws_ses_domain_identity (#13098) 2017-04-01 06:57:34 +01:00
internals Update the docs to indicate that `TF_LOG_PLAN` is append now. 2016-10-18 13:10:15 -07:00
modules docs bug syntax change 2017-03-30 16:35:56 +01:00
plugins Updated Plugins section. (#8235) 2016-08-16 14:21:33 -05:00
providers Update documentation to reflect reality 2017-04-03 14:11:25 +02:00
provisioners website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
state Improved sentence based on feedback 2017-03-31 08:29:04 -04:00
index.html.markdown