Skip to content

Commit

Permalink
Add missing computed 'href' field to the DNSRecord schema
Browse files Browse the repository at this point in the history
  • Loading branch information
taoufik07 committed Oct 21, 2021
1 parent 2d998de commit 5d3281e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gandi/resource_livedns_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ func resourceLiveDNSRecord() *schema.Resource {
Required: true,
Description: "The TTL of the record",
},
"href": {
Type: schema.TypeString,
Computed: true,
Description: "The href of the record",
},
"values": {
Type: schema.TypeSet,
Elem: &schema.Schema{Type: schema.TypeString},
Expand Down

0 comments on commit 5d3281e

Please sign in to comment.