Merge pull request #4386 from dnABic/small_docu_typos
small documentation typos
This commit is contained in:
commit
bbbd963715
|
@ -41,7 +41,7 @@ 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](https://developers.digitalocean.com/documentation/v2/#list-all-images) for
|
||||
details on how to get a list of the the accepted image names/slugs.
|
||||
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
|
||||
|
|
|
@ -25,7 +25,7 @@ Further information about the import process can be found in AWS's [EC2 Import/E
|
|||
## Configuration
|
||||
|
||||
There are some configuration options available for the post-processor. They are
|
||||
segmented below into three categories: required and optional parameters.
|
||||
segmented below into two categories: required and optional parameters.
|
||||
Within each category, the available configuration keys are alphabetized.
|
||||
|
||||
Required:
|
||||
|
|
|
@ -143,7 +143,7 @@ The `-var-file` flag can be specified multiple times and variables from multiple
|
|||
files will be read and applied. As you'd expect, variables read from files
|
||||
specified later override a variable set earlier if it has already been set.
|
||||
|
||||
Combining the the -var and -var-file flags together also works how you'd
|
||||
Combining the -var and -var-file flags together also works how you'd
|
||||
expect. Flags set later in the command override flags set earlier. So, for
|
||||
example, in the following command with the above variables.json file:
|
||||
|
||||
|
|
Loading…
Reference in New Issue