mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
efs: improve documentation about the update of an efs (#36473)
This commit is contained in:
parent
a655bdb72e
commit
3abaa43b1c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ options:
|
||||||
choices: ['present', 'absent']
|
choices: ['present', 'absent']
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Creation Token of Amazon EFS file system. Required for create. Either name or ID required for delete.
|
- Creation Token of Amazon EFS file system. Required for create and update. Either name or ID required for delete.
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
id:
|
id:
|
||||||
|
|
Loading…
Reference in a new issue