Skip to content

Commit

Permalink
Add version_added
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored Mar 29, 2021
1 parent 1c15f09 commit f7dad15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/modules/ecs_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit f7dad15

Please sign in to comment.