Skip to content

Commit

Permalink
Update resource_constellix_domain.go
Browse files Browse the repository at this point in the history
  • Loading branch information
RutvikS-crest authored Jan 5, 2022
1 parent c4100ef commit 042818a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constellix/resource_constellix_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ func resourceConstellixDNSImport(d *schema.ResourceData, m interface{}) ([]*sche

if obj.Exists("template") && obj.S("template").String() != "{}" {
d.Set("template", stripQuotes(obj.S("template").String()))
} else {
d.Set("template", 0)
}

if obj.S("tags").Data() != nil {
Expand Down

0 comments on commit 042818a

Please sign in to comment.