Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/support-new-ecs-fargate-function…
Browse files Browse the repository at this point in the history
…ality' into support-new-ecs-fargate-functionality
  • Loading branch information
berenddeboer committed Apr 4, 2021
2 parents 3fc4bcf + f7dad15 commit 7074613
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 7074613

Please sign in to comment.