Skip to content

Commit bece21a

Browse files
committed
update description for the VPC mode
1 parent 3fe2959 commit bece21a

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

shell-definition.yaml

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,15 @@ node_types:
9090
default: "Dynamic"
9191
description: "Every sandbox with AWS Apps deploys a VPC to AWS, while in Shared
9292
VPC mode, CloudShell deploys the sandbox to an existing VPC. This setting
93-
determines how the sandbox VPC selects a CIDR block.
94-
Options are: Dynamic: The CIDR block is selected by Cloudshell Server. In other
95-
words, CloudShell deploys a new VPC with a dedicated CIDR for every sandbox.
96-
Static: The CIDR block for all sandboxes allocated is taken from the VPC CIDR
97-
attribute.
98-
Shared: Indicates that the cloud provider resource will deploy to the shared VPC
99-
defined in Shared VPC ID"
93+
determines how the sandbox VPC selects a CIDR block. Options are:<br>
94+
* Dynamic: The CIDR block is selected by Cloudshell Server. In other
95+
words, CloudShell deploys a new VPC with a dedicated CIDR for every sandbox.<br>
96+
* Static: The CIDR block for all sandboxes allocated is taken from the VPC CIDR
97+
attribute.<br>
98+
* Shared: Indicates that the cloud provider resource will deploy to the shared
99+
VPC defined in Shared VPC ID and use the VPC CIDR block.<br>
100+
* Single: The sandbox infrastructure will be deployed to the Management VPC and
101+
use the VPC CIDR block."
100102
constraints:
101103
- valid_values: [ "Dynamic", "Static", "Shared", "Single" ]
102104
Static VPC CIDR:
@@ -250,12 +252,16 @@ node_types:
250252
description: "Every sandbox with AWS Apps deploys a VPC to AWS, while in
251253
Shared VPC mode, CloudShell deploys the sandbox to an existing VPC. This
252254
setting determines how the sandbox VPC selects a CIDR block. Options are:
253-
Dynamic: The CIDR block is selected by Cloudshell Server. In other words,
254-
CloudShell deploys a new VPC with a dedicated CIDR for every sandbox.
255-
Static: The CIDR block for all sandboxes allocated is taken from the VPC
256-
CIDR attribute.
257-
Shared: Indicates that the cloud provider resource will deploy to the shared
258-
VPC defined in Shared VPC ID"
255+
<br>
256+
* Dynamic: The CIDR block is selected by Cloudshell Server. In other
257+
words, CloudShell deploys a new VPC with a dedicated CIDR for every
258+
sandbox.<br>
259+
* Static: The CIDR block for all sandboxes allocated is taken from the VPC
260+
CIDR attribute.<br>
261+
* Shared: Indicates that the cloud provider resource will deploy to the
262+
shared VPC defined in Shared VPC ID and use the VPC CIDR block.<br>
263+
* Single: The sandbox infrastructure will be deployed to the Management VPC
264+
and use the VPC CIDR block."
259265
constraints:
260266
- valid_values: [ "Dynamic", "Static", "Shared", "Single" ]
261267
Static VPC CIDR:

0 commit comments

Comments
 (0)