aws_ecs_taskdefinition: container memory value from string to int (#53915)

This commit is contained in:
Doug Bridgens 2019-03-17 13:21:57 +00:00 committed by Will Thames
parent 35b295f6af
commit 410a1d2161

View file

@ -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
'''