You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nsxt_ip_pool_allocation_ip_address.inbound_ip: Importing from ID "10.200.10.1"
nsxt_ip_pool_allocation_ip_address.inbound_ip: Import prepared!
Prepared nsxt_ip_pool_allocation_ip_address for import
nsxt_ip_pool_allocation_ip_address.inbound_ip: Refreshing state... [id=10.200.10.1]
Error: Error obtaining pool id
Scenario
I lost my
tfstate
and trying to recover the components. I would like to import the IP associated with the losttfstate
with:Expected
IP to be added to my
tfstate
Actual
(relevant line of code)
Notes
I have validated through
/api/v1/pools/ip-pools/:pool_id/allocations
that10.200.10.1
is still allocated.My terraform configuration:
In a
tfstate
produced byterraform apply
, I can see thatip_pool_id
seem to match:pool_id
that I used for validating allocation through HTTP API.I imagine this might be a missing step to check for
nsxt_ip_pool.ip_pool
?The text was updated successfully, but these errors were encountered: