mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 15:13:56 -06:00
provider/openstack: Ignore fixed_ip when importing ports (#13563)
This commit is contained in:
parent
67f02e6a54
commit
1af649ed5a
@ -22,6 +22,9 @@ func TestAccNetworkingV2Port_importBasic(t *testing.T) {
|
||||
ResourceName: resourceName,
|
||||
ImportState: true,
|
||||
ImportStateVerify: true,
|
||||
ImportStateVerifyIgnore: []string{
|
||||
"fixed_ip",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user