PaloAltoNetworks / terraform-provider-scm

The Terraform provider for Strata Cloud Manager
Apache License 2.0
7 stars 2 forks source link

Document the import statements to import a resource into state #23

Open zbuchheit opened 2 months ago

zbuchheit commented 2 months ago

Is your feature request related to a problem?

I noticed when attempting to import a resource that the import statement was undocumented. A good example would attempting to import scm_address_object. By looking through the code I found out the id to use during an import is the tfid or {folder}:{snippet}:{device}:{uuid}.

Describe the solution you'd like

Add to the docs the import statement that will allow for a successful import

Describe alternatives you've considered

Additional context