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` (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
|
image that will be used to launch a new droplet and provision it. See
|
||||||
|
[here](https://developers.digitalocean.com/documentation/v2/#list-all-images)
|
||||||
<a
|
|
||||||
href="https://developers.digitalocean.com/documentation/v2/#list-all-images"
|
|
||||||
class="uri"
|
|
||||||
>
|
|
||||||
https://developers.digitalocean.com/documentation/v2/#list-all-images
|
|
||||||
</a>
|
|
||||||
for details on how to get a list of the accepted image names/slugs.
|
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
|
- `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.
|
in. Consequently, this is the region where the snapshot will be available.
|
||||||
See
|
See [here](https://developers.digitalocean.com/documentation/v2/#list-all-regions)
|
||||||
|
|
||||||
<a
|
|
||||||
href="https://developers.digitalocean.com/documentation/v2/#list-all-regions"
|
|
||||||
class="uri"
|
|
||||||
>
|
|
||||||
https://developers.digitalocean.com/documentation/v2/#list-all-regions
|
|
||||||
</a>
|
|
||||||
for the accepted region names/slugs.
|
for the accepted region names/slugs.
|
||||||
|
|
||||||
- `size` (string) - The name (or slug) of the droplet size to use. See
|
- `size` (string) - The name (or slug) of the droplet size to use. See
|
||||||
<a
|
[here](https://developers.digitalocean.com/documentation/v2/#list-all-sizes)
|
||||||
href="https://developers.digitalocean.com/documentation/v2/#list-all-sizes"
|
|
||||||
class="uri"
|
|
||||||
>
|
|
||||||
https://developers.digitalocean.com/documentation/v2/#list-all-sizes
|
|
||||||
</a>
|
|
||||||
for the accepted size names/slugs.
|
for the accepted size names/slugs.
|
||||||
|
|
||||||
### Optional:
|
### Optional:
|
||||||
|
|
|
@ -143,14 +143,7 @@ using the gcloud command.
|
||||||
|
|
||||||
gcloud compute firewall-rules create allow-winrm --allow tcp:5986
|
gcloud compute firewall-rules create allow-winrm --allow tcp:5986
|
||||||
|
|
||||||
Or alternatively by navigating to
|
Or alternatively by navigating to [https://console.cloud.google.com/networking/firewalls/list](https://console.cloud.google.com/networking/firewalls/list).
|
||||||
|
|
||||||
<a
|
|
||||||
href="https://console.cloud.google.com/networking/firewalls/list"
|
|
||||||
class="uri"
|
|
||||||
>
|
|
||||||
https://console.cloud.google.com/networking/firewalls/list
|
|
||||||
</a>.
|
|
||||||
|
|
||||||
Once this is set up, the following is a complete working packer config after
|
Once this is set up, the following is a complete working packer config after
|
||||||
setting a valid `account_file` and `project_id`:
|
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
|
key/value pairs provided in the configuration. While this can be used to
|
||||||
set metadata\["user_data"\] the explicit "user_data" and
|
set metadata\["user_data"\] the explicit "user_data" and
|
||||||
"user_data_file" values will have precedence. An instance's metadata can
|
"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
|
- `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)
|
docs](https://docs.us-phoenix-1.oraclecloud.com/api/#/en/iaas/20160918/LaunchInstanceDetails)
|
||||||
|
|
Loading…
Reference in New Issue