terraform/website/source/docs/providers/azurerm
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
..
d website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
r Update documentation to reflect reality 2017-04-03 14:11:25 +02:00
index.html.markdown Update documentation for AzureRM (#12129) 2017-02-21 12:34:49 +02:00