Documentation updates
This commit is contained in:
parent
69ff355726
commit
32996bf121
2 changed files with 10 additions and 0 deletions
|
@ -59,6 +59,11 @@ options:
|
||||||
description:
|
description:
|
||||||
- Region to create an instance in
|
- Region to create an instance in
|
||||||
default: DFW
|
default: DFW
|
||||||
|
state:
|
||||||
|
description:
|
||||||
|
- Indicate desired state of the resource
|
||||||
|
choices: ['present', 'absent']
|
||||||
|
default: present
|
||||||
ttl:
|
ttl:
|
||||||
description:
|
description:
|
||||||
- In seconds, set a container-wide TTL for all objects cached on CDN edge nodes.
|
- In seconds, set a container-wide TTL for all objects cached on CDN edge nodes.
|
||||||
|
|
|
@ -83,6 +83,11 @@ options:
|
||||||
flat directory
|
flat directory
|
||||||
choices: ["yes", "no"]
|
choices: ["yes", "no"]
|
||||||
default: "yes"
|
default: "yes"
|
||||||
|
state:
|
||||||
|
description:
|
||||||
|
- Indicate desired state of the resource
|
||||||
|
choices: ['present', 'absent']
|
||||||
|
default: present
|
||||||
type:
|
type:
|
||||||
description:
|
description:
|
||||||
- Type of object to do work on
|
- Type of object to do work on
|
||||||
|
|
Loading…
Reference in a new issue