Correct docs build
This commit is contained in:
parent
7c0dc323a2
commit
ac58ef1404
1 changed files with 4 additions and 4 deletions
|
@ -184,8 +184,8 @@ block_device_mapping:
|
||||||
returned: when AMI found
|
returned: when AMI found
|
||||||
type: dictionary of block devices
|
type: dictionary of block devices
|
||||||
sample: {
|
sample: {
|
||||||
"/dev/xvda": {
|
"/dev/xvda": {
|
||||||
"delete_on_termination": true,
|
"delete_on_termination": true,
|
||||||
"encrypted": false,
|
"encrypted": false,
|
||||||
"size": 8,
|
"size": 8,
|
||||||
"snapshot_id": "snap-ca0330b8",
|
"snapshot_id": "snap-ca0330b8",
|
||||||
|
@ -251,8 +251,8 @@ tags:
|
||||||
returned: when AMI found
|
returned: when AMI found
|
||||||
type: dictionary of tags
|
type: dictionary of tags
|
||||||
sample: {
|
sample: {
|
||||||
"Environment": "devel",
|
"Environment": "devel",
|
||||||
"Name": "test-server01",
|
"Name": "test-server01",
|
||||||
"Role": "web"
|
"Role": "web"
|
||||||
}
|
}
|
||||||
virtualization_type:
|
virtualization_type:
|
||||||
|
|
Loading…
Reference in a new issue