providers/digitalocean: fmt
This commit is contained in:
parent
615cf04715
commit
d70b451b58
|
@ -149,11 +149,10 @@ func resource_digitalocean_record_update_state(
|
||||||
s.Attributes["priority"] = rec.StringPriority()
|
s.Attributes["priority"] = rec.StringPriority()
|
||||||
s.Attributes["port"] = rec.StringPort()
|
s.Attributes["port"] = rec.StringPort()
|
||||||
|
|
||||||
|
// We belong to a Domain
|
||||||
// We belong to a Domain
|
s.Dependencies = []terraform.ResourceDependency{
|
||||||
s.Dependencies = []terraform.ResourceDependency{
|
terraform.ResourceDependency{ID: s.Attributes["domain"]},
|
||||||
terraform.ResourceDependency{ID: s.Attributes["domain"]},
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return s, nil
|
return s, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue