Files
opentf/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
..
2017-03-30 07:03:08 +01:00
2017-04-03 10:38:35 +02:00
2017-03-30 16:35:56 +01:00
2016-08-16 14:21:33 -05:00
2017-03-31 08:29:04 -04:00