What this PR does / why we need it:
Currently if you use import on tailscale_dns_split_nameservers, the domain attribute will get set to null in the terraform state, and thus will result in
Since the resource ID and domain are the same, set domain to the resource ID.
sample code:
What this PR does / why we need it: Currently if you use import on
tailscale_dns_split_nameservers
, thedomain
attribute will get set tonull
in the terraform state, and thus will result inSince the resource ID and domain are the same, set domain to the resource ID. sample code:
Before:
after:
Which issue this PR fixes (use
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged):see above
Special notes for your reviewer: