From f7dad156486c895167d62b1e596798aac8a746c7 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Mon, 29 Mar 2021 13:50:37 +0200 Subject: [PATCH] Add version_added --- plugins/modules/ecs_service.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/ecs_service.py b/plugins/modules/ecs_service.py index 8938b843d1f..ae751f391e2 100644 --- a/plugins/modules/ecs_service.py +++ b/plugins/modules/ecs_service.py @@ -102,6 +102,7 @@ type: str choices: ["ECS", "CODE_DEPLOY", "EXTERNAL"] description: The deployment controller type to use. + version_added: 1.5.0 deployment_configuration: description: - Optional parameters that control the deployment_configuration. @@ -148,6 +149,7 @@ - Examples: 1.3.0 or 1.4.0. required: false type: str + version_added: 1.5.0 network_configuration: description: - Network configuration of the service. Only applicable for task definitions created with I(network_mode=awsvpc).