@@ -43,25 +43,29 @@ Parameters
4343 +-------------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------+
4444 | **Parameter ** | **Choices/Defaults ** | **Comments ** |
4545 +-------------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------+
46- | **crn ** | | The name or crn of the CDP Environment to host the Dataflow Service |
47- | | | |
46+ | **env_crn ** | | The CRN of the CDP Environment to host the Dataflow Service |
47+ | | | Required when state is present |
4848 | |br | | | |
4949 | | | |
5050 | ``str `` | | |
5151 | | | |
52+ | | | |br | |
53+ | | | |
54+ | | | *Aliases: name, crn * |
55+ +-------------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------+
56+ | **df_crn ** | | The CRN of the DataFlow Service, if available |
57+ | | | Required when state is absent |
5258 | |br | | | |
5359 | | | |
54- | * Required * | | |
60+ | `` str `` | | |
5561 | | | |
56- | | | | br | |
62+ | | br | | | |
5763 | | | |
58- | | | * Aliases: name, env_crn * |
64+ | * Required * | | |
5965 +-------------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------+
6066 | **state ** | **Choices: ** | The declarative state of the Dataflow Service |
6167 | | - **present ** |larr | | |
62- | |br | | - enabled | |
63- | | - absent | |
64- | ``str `` | - disabled | |
68+ | |br | | - absent | |
6569 +-------------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------+
6670 | **nodes_min ** | | The minimum number of kubernetes nodes needed for the environment. Note that the lowest minimum is 3 nodes. |
6771 | | | |
@@ -115,6 +119,12 @@ Parameters
115119 | | | |
116120 | ``bool `` | | |
117121 +-------------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------+
122+ | **tags ** | | Tags to apply to the DataFlow Service |
123+ | | | |
124+ | |br | | | |
125+ | | | |
126+ | ``dict `` | | |
127+ +-------------------------+-----------------------+---------------------------------------------------------------------------------------------------------------------------+
118128 | **wait ** | | Flag to enable internal polling to wait for the Dataflow Service to achieve the declared state. |
119129 | | | If set to FALSE, the module will return immediately. |
120130 | |br | | | |
@@ -222,7 +232,7 @@ Common return values are documented here, the following are fields unique to thi
222232 +-------------------------------+----------------+----------------------------------------------------------------------------------------------------+
223233 | **Key ** | **Returned ** | **Description ** |
224234 +-------------------------------+----------------+----------------------------------------------------------------------------------------------------+
225- | **environments ** | always | The information about the named DataFlow Service or DataFlow Services |
235+ | **services ** | always | The information about the named DataFlow Service or DataFlow Services |
226236 | | | |
227237 | |br | | | |
228238 | | | |
0 commit comments