File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,20 @@ node_types:
144144 CIDR to the requested static private IP.
145145 Example: {'10.0.0.0/28': '10.0.0.6'}"
146146 tags : [ user_input ]
147+ Enable Source Dest Check :
148+ type : boolean
149+ default : true
150+ description : " Indicates whether source/destination checking is enabled. A value
151+ of true means checking is enabled, and false means checking is disabled. This
152+ value must be false for Virtual Appliance instances like virtual
153+ firewalls/routers."
154+ tags : [ user_input ]
155+ Status Check Timeout :
156+ type : integer
157+ default : 0
158+ description : " Timeout in seconds for AWS status checks to pass. If set to 0 then
159+ the default timeout will be used."
160+ tags : [ user_input ]
147161 artifacts :
148162 icon :
149163 file : DeploymentTypes-AWS-EC2.png
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
33metadata :
44 template_name : Amazon AWS Cloud Provider Shell 2G
55 template_author : Quali
6- template_version : 1.0.3
6+ template_version : 1.1.0
77 template_icon : AWS.png
88
99description : >
You can’t perform that action at this time.
0 commit comments