Updating ecs_task_definition module example (#34237)

Appending logConfiguration: parameter for ecs task definition. To define user specific log configuration attribute.
pull/34397/head
Mohit Kumar 7 years ago committed by ansibot
parent 1afd076dac
commit 605243f41f

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

Loading…
Cancel
Save