krystal / terraform-provider-katapult

Terraform Provider for Katapult.
https://registry.terraform.io/providers/krystal/katapult/latest/docs
MIT License
5 stars 2 forks source link

feat: add import via address for ip resources #145

Open ikadix opened 3 months ago

ikadix commented 3 months ago

Enables importing IP Address resources with the IP Addr or the ID. Attempts to get the ID via the addr in the import step if the ID passed to import does not start with ip_

Import via addr

image

Import via ID

image

Fixes #47