Skip to content

Commit 7ba8c05

Browse files
hbucklemericstam
andauthored
set showEnvironmentVariables true (#193)
Co-authored-by: mericstam <[email protected]>
1 parent ff6cc82 commit 7ba8c05

File tree

2 files changed

+33
-32
lines changed

2 files changed

+33
-32
lines changed

Tasks/TerraformTask/TerraformTaskV4/task.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
"Build",
1111
"Release"
1212
],
13+
"showEnvironmentVariables": true,
1314
"demands": [],
1415
"version": {
1516
"Major": "4",
16-
"Minor": "227",
17-
"Patch": "4"
17+
"Minor": "228",
18+
"Patch": "0"
1819
},
1920
"instanceNameFormat": "Terraform : $(provider)",
2021
"execution": {
@@ -45,7 +46,8 @@
4546
"visibleRule": "provider = gcp && command = init"
4647
}
4748
],
48-
"inputs": [{
49+
"inputs": [
50+
{
4951
"name": "provider",
5052
"type": "picklist",
5153
"label": "Provider",
@@ -96,7 +98,8 @@
9698
"label": "Additional command arguments",
9799
"helpMarkDown": "Any additional arguments for the selected command such as '-option=value' or '-flag'. Multiple options can also be provided delimited by spaces.<br><br>Examples:<br>-out=tfplan (for terraform plan)<br>tfplan -auto-approve (for terraform apply)",
98100
"required": false
99-
}, {
101+
},
102+
{
100103
"name": "outputTo",
101104
"type": "pickList",
102105
"label": "Output to",
@@ -137,7 +140,6 @@
137140
"visibleRule": "outputTo = file",
138141
"required": true,
139142
"helpMarkDown": "filename of output"
140-
141143
},
142144
{
143145
"name": "environmentServiceNameAzureRM",

Tasks/TerraformTask/TerraformTaskV4/task.loc.json

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"demands": [],
1414
"version": {
1515
"Major": "4",
16-
"Minor": "227",
17-
"Patch": "4"
16+
"Minor": "228",
17+
"Patch": "0"
1818
},
1919
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2020
"execution": {
@@ -23,7 +23,7 @@
2323
},
2424
"Node16": {
2525
"target": "src/index.js"
26-
}
26+
}
2727
},
2828
"groups": [
2929
{
@@ -90,7 +90,8 @@
9090
"defaultValue": "$(System.DefaultWorkingDirectory)",
9191
"helpMarkDown": "ms-resource:loc.input.help.workingDirectory",
9292
"required": false
93-
},{
93+
},
94+
{
9495
"name": "customCommand",
9596
"type": "string",
9697
"visibleRule": "command = custom",
@@ -105,19 +106,18 @@
105106
"helpMarkDown": "ms-resource:loc.input.help.commandOptions",
106107
"required": false
107108
},
108-
109-
{
110-
"name": "outputTo",
111-
"type": "pickList",
112-
"label": "ms-resource:loc.input.label.outputTo",
113-
"defaultValue": "console",
114-
"visibleRule": "command = show || command = custom",
115-
"helpMarkDown": "ms-resource:loc.input.help.outputTo",
116-
"options": {
117-
"file": "file",
118-
"console": "console"
119-
},
120-
"required": true
109+
{
110+
"name": "outputTo",
111+
"type": "pickList",
112+
"label": "ms-resource:loc.input.label.outputTo",
113+
"defaultValue": "console",
114+
"visibleRule": "command = show || command = custom",
115+
"helpMarkDown": "ms-resource:loc.input.help.outputTo",
116+
"options": {
117+
"file": "file",
118+
"console": "console"
119+
},
120+
"required": true
121121
},
122122
{
123123
"name": "outputFormat",
@@ -127,19 +127,18 @@
127127
"visibleRule": "command = show",
128128
"helpMarkDown": "ms-resource:loc.input.help.outputFormat",
129129
"options": {
130-
"json": "json",
131-
"default": "default"
130+
"json": "json",
131+
"default": "default"
132132
},
133133
"required": true
134-
},
134+
},
135135
{
136-
"name": "fileName",
137-
"type": "string",
138-
"label": "ms-resource:loc.input.label.fileName",
139-
"visibleRule": "outputTo = file",
140-
"required": true,
141-
"helpMarkDown": "ms-resource:loc.input.help.fileName"
142-
136+
"name": "fileName",
137+
"type": "string",
138+
"label": "ms-resource:loc.input.label.fileName",
139+
"visibleRule": "outputTo = file",
140+
"required": true,
141+
"helpMarkDown": "ms-resource:loc.input.help.fileName"
143142
},
144143
{
145144
"name": "environmentServiceNameAzureRM",

0 commit comments

Comments
 (0)