Skip to content

Commit 2af8d37

Browse files
committed
Removed non-boolean required references in doc.
Signed-off-by: Andre Araujo <araujo@cloudera.com>
1 parent 03f3bdb commit 2af8d37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/modules/df_service.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,13 @@
4040
- The environment name can also be provided, instead of the CRN
4141
- Required when I(state=present)
4242
type: str
43-
required: Conditional
4443
aliases:
4544
- name
4645
df_crn:
4746
description:
4847
- The CRN of the DataFlow Service, if available
4948
- Required when I(state=absent)
5049
type: str
51-
required: Conditional
5250
state:
5351
description:
5452
- The declarative state of the Dataflow Service

0 commit comments

Comments
 (0)