Skip to content

Commit 27927ad

Browse files
committed
add ability to specify security group name for the app
1 parent 22047a5 commit 27927ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployments/deployment-path.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
33
metadata:
44
template_name: AmazonAWSCloudProviderShell2G
55
template_author: Quali
6-
template_version: 1.2.0
6+
template_version: 1.5.1
77
template_icon: DeploymentTypes-AWS-EC2.png
88

99
description: >
@@ -89,8 +89,8 @@ node_types:
8989
Static Security Group Id:
9090
type: string
9191
default: ""
92-
description: "An Id of an existing security group, that should be assigned to
93-
an instance during it's deployment."
92+
description: "An ID or a Security group name of an existing security group,
93+
that should be assigned to an instance during it's deployment."
9494
tags: [ user_input ]
9595
Storage Type:
9696
type: string

shell-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
33
metadata:
44
template_name: Amazon AWS Cloud Provider Shell 2G
55
template_author: Quali
6-
template_version: 1.5.0
6+
template_version: 1.5.1
77
template_icon: AWS.png
88

99
description: >

0 commit comments

Comments
 (0)