File tree Expand file tree Collapse file tree 2 files changed +55
-11
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +55
-11
lines changed
Original file line number Diff line number Diff line change @@ -18,26 +18,51 @@ body:
18
18
required : true
19
19
- type : dropdown
20
20
attributes :
21
- label : Infrastrcuture as Code Type? (Required)
21
+ label : Infrastructure as Code Type? (Required)
22
22
description : Are you using Bicep or Terraform?
23
23
multiple : false
24
24
options :
25
25
- bicep
26
26
- terraform
27
+ - both
28
+ - not relevant
27
29
validations :
28
30
required : true
29
- - type : textarea
30
- id : versions
31
+ - type : input
31
32
attributes :
32
- label : Module Versions (Required)
33
- description : Please provide relevant module versions.
34
- value : |
35
- ALZ PowerShell Module: x.x.x
36
- Accelerator Bootstrap Modules: x.x.x
37
- Terraform Starter Modules: x.x.x
38
- Bicep Starter Modules: x.x.x
33
+ label : PowerShell Module Version (Optional)
34
+ description : Please provide the version of the PowerShell Module you are using if relevant.
35
+ validations :
36
+ required : false
37
+ - type : input
38
+ attributes :
39
+ label : Bootstrap Module Version (Optional)
40
+ description : Please provide the version of the Bootstap Module you are using if relevant.
41
+ validations :
42
+ required : false
43
+ - type : dropdown
44
+ attributes :
45
+ label : Starter Module? (Required)
46
+ description : Which starter module are you using?
47
+ multiple : false
48
+ options :
49
+ - bicep - complete
50
+ - terraform - complete_multi_region
51
+ - terraform - microsoft_cloud_for_sovereignty
52
+ - terraform - microsoft_cloud_for_financial_services
53
+ - terraform - complete
54
+ - terraform - hubnetworking
55
+ - terraform - basic
56
+ - other
57
+ - not relevant
39
58
validations :
40
59
required : true
60
+ - type : input
61
+ attributes :
62
+ label : Starter Module Version (Optional)
63
+ description : Please provide the version of the Starter Module you are using if relevant.
64
+ validations :
65
+ required : false
41
66
- type : textarea
42
67
id : inputs
43
68
attributes :
Original file line number Diff line number Diff line change @@ -17,12 +17,31 @@ body:
17
17
required : true
18
18
- type : dropdown
19
19
attributes :
20
- label : Infrastrcuture as Code Type? (Required)
20
+ label : Infrastructure as Code Type? (Required)
21
21
description : Are you using Bicep or Terraform?
22
22
multiple : false
23
23
options :
24
24
- bicep
25
25
- terraform
26
+ - both
27
+ - not relevant
28
+ validations :
29
+ required : true
30
+ - type : dropdown
31
+ attributes :
32
+ label : Starter Module? (Required)
33
+ description : Which starter module are you using?
34
+ multiple : false
35
+ options :
36
+ - bicep - complete
37
+ - terraform - complete_multi_region
38
+ - terraform - microsoft_cloud_for_sovereignty
39
+ - terraform - microsoft_cloud_for_financial_services
40
+ - terraform - complete
41
+ - terraform - hubnetworking
42
+ - terraform - basic
43
+ - other
44
+ - not relevant
26
45
validations :
27
46
required : true
28
47
- type : textarea
You can’t perform that action at this time.
0 commit comments