akeyless-community / terraform-provider-akeyless

Mozilla Public License 2.0
12 stars 10 forks source link

Add import possibilities in provider documentation #81

Closed DaniRieker closed 1 month ago

DaniRieker commented 8 months ago

In the provider documentation I found nothing written about importing existing resources to the state however I found something on the docs page of akeyless itself: https://docs.akeyless.io/docs/terraform-provider

image

Normally it is standard to have a short note about how to import a specific resource at the end of the docs-page for the resource, like here:

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group#import

I think it would be a good Idea to have this section also in the docs of every akeyless resource to make it easy for everyone to find the correct statement to import an existing resource.

DaniRieker commented 1 month ago

Closed with #109