Merge pull request #4226 from rickard-von-essen/amz-doc-fix
Fixed formatting of source_ami_filter example
This commit is contained in:
commit
adc7cf1c90
|
@ -206,6 +206,7 @@ each category, the available configuration keys are alphabetized.
|
||||||
|
|
||||||
- `source_ami_filter` (object) - Filters used to populate the `source_ami` field.
|
- `source_ami_filter` (object) - Filters used to populate the `source_ami` field.
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
``` {.javascript}
|
``` {.javascript}
|
||||||
"source_ami_filter": {
|
"source_ami_filter": {
|
||||||
"filters": {
|
"filters": {
|
||||||
|
@ -217,6 +218,7 @@ each category, the available configuration keys are alphabetized.
|
||||||
"most_recent": true
|
"most_recent": true
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical.
|
This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical.
|
||||||
NOTE: This will fail unless *exactly* one AMI is returned. In the above
|
NOTE: This will fail unless *exactly* one AMI is returned. In the above
|
||||||
example, `most_recent` will cause this to succeed by selecting the newest image.
|
example, `most_recent` will cause this to succeed by selecting the newest image.
|
||||||
|
|
|
@ -119,6 +119,7 @@ builder.
|
||||||
|
|
||||||
- `source_ami_filter` (object) - Filters used to populate the `source_ami` field.
|
- `source_ami_filter` (object) - Filters used to populate the `source_ami` field.
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
``` {.javascript}
|
``` {.javascript}
|
||||||
"source_ami_filter": {
|
"source_ami_filter": {
|
||||||
"filters": {
|
"filters": {
|
||||||
|
@ -130,6 +131,7 @@ builder.
|
||||||
"most_recent": true
|
"most_recent": true
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical.
|
This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical.
|
||||||
NOTE: This will fail unless *exactly* one AMI is returned. In the above
|
NOTE: This will fail unless *exactly* one AMI is returned. In the above
|
||||||
example, `most_recent` will cause this to succeed by selecting the newest image.
|
example, `most_recent` will cause this to succeed by selecting the newest image.
|
||||||
|
|
|
@ -190,6 +190,7 @@ builder.
|
||||||
|
|
||||||
- `source_ami_filter` (object) - Filters used to populate the `source_ami` field.
|
- `source_ami_filter` (object) - Filters used to populate the `source_ami` field.
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
``` {.javascript}
|
``` {.javascript}
|
||||||
"source_ami_filter": {
|
"source_ami_filter": {
|
||||||
"filters": {
|
"filters": {
|
||||||
|
@ -201,6 +202,7 @@ builder.
|
||||||
"most_recent": true
|
"most_recent": true
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical.
|
This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical.
|
||||||
NOTE: This will fail unless *exactly* one AMI is returned. In the above
|
NOTE: This will fail unless *exactly* one AMI is returned. In the above
|
||||||
example, `most_recent` will cause this to succeed by selecting the newest image.
|
example, `most_recent` will cause this to succeed by selecting the newest image.
|
||||||
|
|
|
@ -206,6 +206,7 @@ builder.
|
||||||
|
|
||||||
- `source_ami_filter` (object) - Filters used to populate the `source_ami` field.
|
- `source_ami_filter` (object) - Filters used to populate the `source_ami` field.
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
``` {.javascript}
|
``` {.javascript}
|
||||||
"source_ami_filter": {
|
"source_ami_filter": {
|
||||||
"filters": {
|
"filters": {
|
||||||
|
@ -217,6 +218,7 @@ builder.
|
||||||
"most_recent": true
|
"most_recent": true
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical.
|
This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical.
|
||||||
NOTE: This will fail unless *exactly* one AMI is returned. In the above
|
NOTE: This will fail unless *exactly* one AMI is returned. In the above
|
||||||
example, `most_recent` will cause this to succeed by selecting the newest image.
|
example, `most_recent` will cause this to succeed by selecting the newest image.
|
||||||
|
|
Loading…
Reference in New Issue