Skip to content

Commit

Permalink
add ability to specify security group name for the app
Browse files Browse the repository at this point in the history
  • Loading branch information
saklar13 committed Dec 21, 2023
1 parent 22047a5 commit 27927ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deployments/deployment-path.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
template_name: AmazonAWSCloudProviderShell2G
template_author: Quali
template_version: 1.2.0
template_version: 1.5.1
template_icon: DeploymentTypes-AWS-EC2.png

description: >
Expand Down Expand Up @@ -89,8 +89,8 @@ node_types:
Static Security Group Id:
type: string
default: ""
description: "An Id of an existing security group, that should be assigned to
an instance during it's deployment."
description: "An ID or a Security group name of an existing security group,
that should be assigned to an instance during it's deployment."
tags: [ user_input ]
Storage Type:
type: string
Expand Down
2 changes: 1 addition & 1 deletion shell-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
template_name: Amazon AWS Cloud Provider Shell 2G
template_author: Quali
template_version: 1.5.0
template_version: 1.5.1
template_icon: AWS.png

description: >
Expand Down

0 comments on commit 27927ad

Please sign in to comment.