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

Adding Import functionality for Terraform resources #124

Closed krystal-gitbase[bot] closed 9 months ago

krystal-gitbase[bot] commented 9 months ago

Hi Team

Reading the documentation avaialble for the Katapult Terraform provider, noticed that currently it is not possible to import resources into Terraform, so that we can manage currently deployed infrastructure. Using katapult_virtual_machine resource as an example, there doesn't appear to be an option to import the resource.

As a comparison, the option to import unmnaged infrastrcuture into Terraform does exist in a resource such as an AWS EC2 Instance:

Is it possible for this functionality to be added to all the current terraform resources & any new ones going forward?


This issue was created by GitBase for ticket #581.

jimeh commented 9 months ago

This is a duplicate of #48 regarding the katapult_virtual_machine resource. Most other resource types can already be imported.