Modifying the version input to use shell rendering.

This simplifies entry for the user, no longer requiring markdown
formatting wrappers.
This commit is contained in:
Craig Wright 2022-08-19 16:29:42 -07:00
parent aba0ac0fae
commit 95c133f2ec
2 changed files with 5 additions and 8 deletions

View File

@ -32,12 +32,11 @@ body:
id: tf-version
attributes:
label: Terraform Version
description: Run `terraform version` to show the version, and paste the result between `` marks. If you are not running the latest version of Terraform, please try upgrading because your issue may have already been fixed.
description: Run `terraform version` to show the version, and paste the result below. If you are not running the latest version of Terraform, please try upgrading because your issue may have already been fixed.
placeholder:
render: shell
value: |
```
...output of `terraform version`...
```
validations:
required: true

View File

@ -21,13 +21,11 @@ body:
id: tf-version
attributes:
label: Terraform Version
description: Run `terraform version` to show the version, and paste the result between `` marks. If you're not using the latest version, please check to see if something related to your request has already been implemented in a later version.
description: Run `terraform version` to show the version, and paste the result below. If you're not using the latest version, please check to see if something related to your request has already been implemented in a later version.
render: shell
placeholder:
value: |
```
...output of `terraform version`...
```
validations:
required: true
@ -68,7 +66,7 @@ body:
placeholder:
value:
validations:
required: true
required: false
- type: textarea
id: tf-references