digitalocean / packer-plugin-digitalocean

Packer plugin for DigitalOcean Builder
https://developer.hashicorp.com/packer/integrations/digitalocean/digitalocean
Mozilla Public License 2.0
20 stars 12 forks source link

Documentation for data-source and post-processors is missing #147

Open khawarizmus opened 6 days ago

khawarizmus commented 6 days ago

Overview of the Issue

The documentation for the digitalocean-image data-source is broken.

Same behaviour for digitalocean-import post-processor

Reproduction Steps

Go to the documentation and check

andrewsomething commented 2 days ago

Thanks for flagging this. The changes in https://github.com/digitalocean/packer-plugin-digitalocean/pull/148 seemed to resolve this for the digitalocean-import post-processor:

https://developer.hashicorp.com/packer/integrations/digitalocean/digitalocean/latest/components/post-processor/digitalocean-import

Unfortunately it did not fix the data source. We'll continue to investigate.