Skip to content

Commit 62ef3d2

Browse files
committed
added default value
1 parent dcd8305 commit 62ef3d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

provider/aws/formation/rack.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,8 @@
790790
},
791791
"EcsContainerStopTimeout": {
792792
"Type": "String",
793-
"Description": "The behavior used to customize the timeout on when a container is forcibly stopped by sending a SIGTERM signal to the container. See ECS_CONTAINER_STOP_TIMEOUT https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html"
793+
"Description": "The behavior used to customize the timeout on when a container is forcibly stopped by sending a SIGTERM signal to the container. See ECS_CONTAINER_STOP_TIMEOUT https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html",
794+
"Default": ""
794795
},
795796
"IMDSHttpTokens": {
796797
"Type": "String",

0 commit comments

Comments
 (0)