Skip to content

Commit d4b417d

Browse files
author
Néstor Salceda
committed
feat: Use a dropdown to indicate the values for the Secure URL
1 parent 5896a52 commit d4b417d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

templates/CloudVision.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@ Parameters:
9999
NoEcho: true
100100
SysdigSecureEndpoint:
101101
Type: String
102-
Default: "https://secure.sysdig.com"
102+
AllowedValues:
103+
- https://secure.sysdig.com
104+
- https://us2.app.sysdig.com
105+
- https://eu1.app.sysdig.com
106+
Default: https://secure.sysdig.com
103107

104108
Conditions:
105109
RequiresCloudTrail: !Equals [!Ref ExistentCloudTrailSNSTopic, ""]

0 commit comments

Comments
 (0)