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

pull/53922/head
Doug Bridgens 6 years ago 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
'''

Loading…
Cancel
Save