You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#can delete? or leave for data model backwards compatibility?
18
+
#DEPRECATED - leave for data model backwards compatibility?
19
19
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
21
21
type: string
22
22
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: [ ]
23
28
Git Terraform Module URL:
24
29
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>'"
25
30
type: string
26
31
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: [ ]
36
32
Git Token:
37
33
description: Git Token
38
34
type: cloudshell.datatypes.Password
@@ -44,8 +40,12 @@ node_types:
44
40
- valid_values: [github, gitlab]
45
41
default: github
46
42
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 ]
47
47
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.
0 commit comments