mirror of
https://github.com/docker/compose.git
synced 2025-07-28 08:04:09 +02:00
Add template description
Signed-off-by: aiordache <anca.iordache@docker.com> Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
1cde947297
commit
f5703310ef
@ -51,7 +51,7 @@ func (b Backend) Convert(project *types.Project) (*cloudformation.Template, erro
|
|||||||
}
|
}
|
||||||
|
|
||||||
template := cloudformation.NewTemplate()
|
template := cloudformation.NewTemplate()
|
||||||
|
template.Description = "CloudFormation template created by Docker for deploying applications on Amazon ECS"
|
||||||
template.Parameters[ParameterClusterName] = cloudformation.Parameter{
|
template.Parameters[ParameterClusterName] = cloudformation.Parameter{
|
||||||
Type: "String",
|
Type: "String",
|
||||||
Description: "Name of the ECS cluster to deploy to (optional)",
|
Description: "Name of the ECS cluster to deploy to (optional)",
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Description": "CloudFormation template created by Docker for deploying applications on Amazon ECS",
|
||||||
"Parameters": {
|
"Parameters": {
|
||||||
"ParameterClusterName": {
|
"ParameterClusterName": {
|
||||||
"Description": "Name of the ECS cluster to deploy to (optional)",
|
"Description": "Name of the ECS cluster to deploy to (optional)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user