mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
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:
@@ -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:
|
||||
- >
|
||||
|
||||
Reference in New Issue
Block a user