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:
parent
1afd076dac
commit
605243f41f
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||||
- >
|
- >
|
||||||
|
|
Loading…
Reference in a new issue