mirror of https://github.com/hashicorp/terraform
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,
pull/13288/head
parent
b4b9f1e74c
commit
fbbfe67bb5
Loading…
Reference in new issue