Skip to content

Commit ddea02c

Browse files
authored
feat: add hcl code block formatting in pr template
1 parent f1b32dd commit ddea02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi
2424
**Test Configuration**:
2525
* Terraform version: `terraform version`: Terraform vx.y.z
2626
* Existing HCL configuration you used:
27-
```
27+
```hcl
2828
resource "" "" {
2929
xx = "yy"
3030
zz = "aa"

0 commit comments

Comments
 (0)