diff --git a/website/pages/docs/builders/digitalocean.mdx b/website/pages/docs/builders/digitalocean.mdx index 5c87146c8..ff12b1263 100644 --- a/website/pages/docs/builders/digitalocean.mdx +++ b/website/pages/docs/builders/digitalocean.mdx @@ -47,34 +47,16 @@ builder. - `image` (string) - The name (or slug) of the base image to use. This is the image that will be used to launch a new droplet and provision it. See - - - https://developers.digitalocean.com/documentation/v2/#list-all-images - + [here](https://developers.digitalocean.com/documentation/v2/#list-all-images) for details on how to get a list of the accepted image names/slugs. - `region` (string) - The name (or slug) of the region to launch the droplet in. Consequently, this is the region where the snapshot will be available. - See - - - https://developers.digitalocean.com/documentation/v2/#list-all-regions - + See [here](https://developers.digitalocean.com/documentation/v2/#list-all-regions) for the accepted region names/slugs. - `size` (string) - The name (or slug) of the droplet size to use. See - - https://developers.digitalocean.com/documentation/v2/#list-all-sizes - + [here](https://developers.digitalocean.com/documentation/v2/#list-all-sizes) for the accepted size names/slugs. ### Optional: diff --git a/website/pages/docs/builders/googlecompute.mdx b/website/pages/docs/builders/googlecompute.mdx index a0b39e3c9..d162712ff 100644 --- a/website/pages/docs/builders/googlecompute.mdx +++ b/website/pages/docs/builders/googlecompute.mdx @@ -143,14 +143,7 @@ using the gcloud command. gcloud compute firewall-rules create allow-winrm --allow tcp:5986 -Or alternatively by navigating to - - - https://console.cloud.google.com/networking/firewalls/list -. +Or alternatively by navigating to [https://console.cloud.google.com/networking/firewalls/list](https://console.cloud.google.com/networking/firewalls/list). Once this is set up, the following is a complete working packer config after setting a valid `account_file` and `project_id`: diff --git a/website/pages/docs/builders/oracle-oci.mdx b/website/pages/docs/builders/oracle-oci.mdx index aeba92e8c..ef754ebed 100644 --- a/website/pages/docs/builders/oracle-oci.mdx +++ b/website/pages/docs/builders/oracle-oci.mdx @@ -142,7 +142,8 @@ builder. key/value pairs provided in the configuration. While this can be used to set metadata\["user_data"\] the explicit "user_data" and "user_data_file" values will have precedence. An instance's metadata can - be obtained from at [http://169.254.169.254](http://169.254.169.254) on the launched instance. + be obtained from at [http://169.254.169.254](http://169.254.169.254) on + the launched instance. - `user_data` (string) - User data to be used by cloud-init. See [the Oracle docs](https://docs.us-phoenix-1.oraclecloud.com/api/#/en/iaas/20160918/LaunchInstanceDetails)