File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ body:
1414 attributes :
1515 label : What version of the Terraform exporter are you using?
1616 description : What version of the Terraform exporter for SAP BTP are you using?
17- placeholder : 1.2 .0
17+ placeholder : 1.4 .0
1818 validations :
1919 required : true
2020 - type : input
2121 attributes :
2222 label : What version of the Terraform CLI/OpenTofu CLI are you using?
2323 description : What version of the Terraform CLI are you using?
24- placeholder : 1.11.4
24+ placeholder : 1.13.3
2525 validations :
2626 required : true
2727 - type : dropdown
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212
1313var verbose bool
1414
15- const version = "1.3.1 "
15+ const version = "1.4.0 "
1616
1717var rootCmd = & cobra.Command {
1818 Use : "btptf" ,
You can’t perform that action at this time.
0 commit comments