Skip to content

Commit 5d3281e

Browse files
committed
Add missing computed 'href' field to the DNSRecord schema
1 parent 2d998de commit 5d3281e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gandi/resource_livedns_record.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ func resourceLiveDNSRecord() *schema.Resource {
4343
Required: true,
4444
Description: "The TTL of the record",
4545
},
46+
"href": {
47+
Type: schema.TypeString,
48+
Computed: true,
49+
Description: "The href of the record",
50+
},
4651
"values": {
4752
Type: schema.TypeSet,
4853
Elem: &schema.Schema{Type: schema.TypeString},

0 commit comments

Comments
 (0)