Handle nameservers as optional field in network (#521)
* make nameservers optional * fix typo in unit test * update docs * Add UseStateForUnkown --------- Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
This commit is contained in:
parent
aba728487f
commit
4de8552303
3 changed files with 8 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ func TestMapFields(t *testing.T) {
|
|||
true,
|
||||
},
|
||||
{
|
||||
"nameservers_changed_outisde_tf",
|
||||
"nameservers_changed_outside_tf",
|
||||
Model{
|
||||
ProjectId: types.StringValue("pid"),
|
||||
NetworkId: types.StringValue("nid"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue