Skip to content

Commit a03c814

Browse files
committed
bump major version of generic shell and organize attributes
1 parent 267c439 commit a03c814

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

shells/generic_terraform_service/shell-definition.yaml

Lines changed: 13 additions & 13 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: Generic Terraform Service
55
template_author: Quali CS
6-
template_version: 1.0.0
6+
template_version: 2.0.0
77
template_icon: shell-icon.png
88

99
description: >
@@ -15,24 +15,20 @@ node_types:
1515
vendor.resource.Generic Terraform Service:
1616
derived_from: cloudshell.nodes.CustomService
1717
properties:
18-
# can delete? or leave for data model backwards compatibility?
18+
# DEPRECATED - leave for data model backwards compatibility?
1919
Github Terraform Module URL:
20-
description: "Github url to the Terraform module. Supports the same URL format from a browser. The entire repo will be downloaded. Url to a folder: https://github.com/ACCOUNT/REPO/tree/BRANCH/PATH_TO_FOLDER or url to a TF file: https://github.com/ACCOUNT/REPO/blob/BRANCH/PATH/filename.tf"
20+
description: DEPRECATED - leave on data model with no user input tag
2121
type: string
2222
tags: [ ]
23+
# DEPRECATED - leave for data model backwards compatibility?
24+
Github Token:
25+
description: DEPRECATED - leave on data model with no user input tag
26+
type: cloudshell.datatypes.Password
27+
tags: [ ]
2328
Git Terraform Module URL:
2429
description: "Git url to the Terraform module. Supports the same URL format from a browser. For Github, the entire repo will be downloaded. Url to a folder: https://github.com/ACCOUNT/REPO/tree/BRANCH/PATH_TO_FOLDER or url to a TF file: https://github.com/ACCOUNT/REPO/blob/BRANCH/PATH/filename.tf. Gitlab: 'http://<GITLAB_DOMAIN>/<USER>/<PROJECT_NAME>/-/tree/<BRANCH>/<FOLDER_PATH>'"
2530
type: string
2631
tags: [ user_input ]
27-
Terraform Version:
28-
description: The version of terraform needed (empty=latest). E.g. '1.0.0'
29-
type: string
30-
tags: [ user_input ]
31-
# can delete? or leave for data model backwards compatibility?
32-
Github Token:
33-
description: Github Token
34-
type: cloudshell.datatypes.Password
35-
tags: [ ]
3632
Git Token:
3733
description: Git Token
3834
type: cloudshell.datatypes.Password
@@ -44,8 +40,12 @@ node_types:
4440
- valid_values: [github, gitlab]
4541
default: github
4642
tags: [ user_input ]
43+
Terraform Version:
44+
description: The version of terraform needed (empty=latest). E.g. '1.0.0'
45+
type: string
46+
tags: [ user_input ]
4747
Local Terraform:
48-
description: Path on Execution Server to terraform.exe
48+
description: Path on Execution Server to terraform.exe. Populate this for offline use.
4949
type: string
5050
tags: [ user_input ]
5151
Cloud Provider:

0 commit comments

Comments
 (0)