clean up html links
This commit is contained in:
parent
5bebcb097c
commit
68e1ea2296
|
@ -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
|
||||
|
||||
<a
|
||||
href="https://developers.digitalocean.com/documentation/v2/#list-all-images"
|
||||
class="uri"
|
||||
>
|
||||
https://developers.digitalocean.com/documentation/v2/#list-all-images
|
||||
</a>
|
||||
[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
|
||||
|
||||
<a
|
||||
href="https://developers.digitalocean.com/documentation/v2/#list-all-regions"
|
||||
class="uri"
|
||||
>
|
||||
https://developers.digitalocean.com/documentation/v2/#list-all-regions
|
||||
</a>
|
||||
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
|
||||
<a
|
||||
href="https://developers.digitalocean.com/documentation/v2/#list-all-sizes"
|
||||
class="uri"
|
||||
>
|
||||
https://developers.digitalocean.com/documentation/v2/#list-all-sizes
|
||||
</a>
|
||||
[here](https://developers.digitalocean.com/documentation/v2/#list-all-sizes)
|
||||
for the accepted size names/slugs.
|
||||
|
||||
### Optional:
|
||||
|
|
|
@ -143,14 +143,7 @@ using the gcloud command.
|
|||
|
||||
gcloud compute firewall-rules create allow-winrm --allow tcp:5986
|
||||
|
||||
Or alternatively by navigating to
|
||||
|
||||
<a
|
||||
href="https://console.cloud.google.com/networking/firewalls/list"
|
||||
class="uri"
|
||||
>
|
||||
https://console.cloud.google.com/networking/firewalls/list
|
||||
</a>.
|
||||
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`:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue