mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
aws_ecs_taskdefinition: container memory value from string to int (#53915)
This commit is contained in:
committed by
Will Thames
parent
35b295f6af
commit
410a1d2161
@@ -154,7 +154,7 @@ EXAMPLES = '''
|
||||
- containerPort: 8080
|
||||
hostPort: 8080
|
||||
cpu: 512
|
||||
memory: 1GB
|
||||
memory: 1024
|
||||
state: present
|
||||
|
||||
- name: Create task definition
|
||||
@@ -169,7 +169,7 @@ EXAMPLES = '''
|
||||
hostPort: 8080
|
||||
launch_type: FARGATE
|
||||
cpu: 512
|
||||
memory: 1GB
|
||||
memory: 1024
|
||||
state: present
|
||||
network_mode: awsvpc
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user