Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 10ca96f

Browse files
aiordacheaiordache
authored andcommitted
Add template description
Signed-off-by: aiordache <[email protected]>
1 parent c625291 commit 10ca96f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/amazon/backend/cloudformation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func (b Backend) Convert(project *types.Project) (*cloudformation.Template, erro
5151
}
5252

5353
template := cloudformation.NewTemplate()
54-
54+
template.Description = "CloudFormation template created by Docker for deploying applications on Amazon ECS"
5555
template.Parameters[ParameterClusterName] = cloudformation.Parameter{
5656
Type: "String",
5757
Description: "Name of the ECS cluster to deploy to (optional)",

pkg/amazon/backend/testdata/simple/simple-cloudformation-conversion.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
]
1919
}
2020
},
21+
"Description": "CloudFormation template created by Docker for deploying applications on Amazon ECS",
2122
"Parameters": {
2223
"ParameterClusterName": {
2324
"Description": "Name of the ECS cluster to deploy to (optional)",

0 commit comments

Comments
 (0)