Skip to content

Commit

Permalink
add import to dns zone record
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfl committed Sep 25, 2018
1 parent d353dff commit 6412376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ovh/resource_ovh_domain_zone_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ func resourceOvhDomainZoneRecord() *schema.Resource {
Read: resourceOvhDomainZoneRecordRead,
Update: resourceOvhDomainZoneRecordUpdate,
Delete: resourceOvhDomainZoneRecordDelete,
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},

Schema: map[string]*schema.Schema{
"zone": {
Expand Down

0 comments on commit 6412376

Please sign in to comment.