Updating ecs_task_definition module example (#34237)

Appending logConfiguration: parameter for ecs task definition. To define user specific log configuration attribute.
This commit is contained in:
Mohit Kumar 2018-01-03 19:20:53 +05:30 committed by ansibot
parent 1afd076dac
commit 605243f41f

View file

@ -87,6 +87,11 @@ EXAMPLES = '''
portMappings: portMappings:
- containerPort: 80 - containerPort: 80
hostPort: 80 hostPort: 80
logConfiguration:
logDriver: awslogs
options:
awslogs-group: ecs
awslogs-region: us-west-2
- name: busybox - name: busybox
command: command:
- > - >