diff --git a/website/source/intro/getting-started/parallel-builds.html.markdown b/website/source/intro/getting-started/parallel-builds.html.markdown index 3810cc0f8..c3f64210f 100644 --- a/website/source/intro/getting-started/parallel-builds.html.markdown +++ b/website/source/intro/getting-started/parallel-builds.html.markdown @@ -78,6 +78,13 @@ you can do that as well. Validate the template with `packer validate`. This is always a good practice. +
+If you're looking for more DigitalOcean configuration options, +you can find them on the DigitalOcean +Builder page in the documentation. The documentation is more of a reference +manual that contains a listing of all the available configuration options. +
+ ## Build Now run `packer build example.json`. The output is too verbose to include