|
1 | 1 | ---
|
2 | 2 | name: Bug report
|
3 |
| -about: Create a report to help us improve |
| 3 | +about: Is something not working as expected? Please submit a bug to help us improve |
4 | 4 | title: ''
|
5 |
| -labels: bug |
| 5 | +labels: bug, needs-triage |
6 | 6 | assignees: ''
|
7 | 7 |
|
8 | 8 | ---
|
9 | 9 |
|
10 |
| -**vRA version** |
11 |
| -The vRA Cloud / 8.x version where is issue is found. |
12 |
| -**Terraform version** |
13 |
| -The terraform version |
14 |
| -**terraform-provider-vra plugin version** |
15 |
| -The terraform-provider-vra plugin version |
| 10 | +### Code of Conduct |
16 | 11 |
|
17 |
| -**Describe the bug** |
18 |
| -A clear and concise description of what the bug is. |
| 12 | +This project has a Code of Conduct that all participants are expected to understand and follow: |
| 13 | +* [ ] I have read and agree to the project's [Code of Conduct](https://github.com/vmware/terraform-provider-vra/blob/main/CODE-OF-CONDUCT.md) |
19 | 14 |
|
20 |
| -**To Reproduce** |
21 |
| -Steps to reproduce the behavior: |
22 |
| -1. Terraform config file (for updates, config file before applying the change and the change made) |
23 |
| -2. Terraform command |
24 |
| -3. Error |
| 15 | +### vRA Version |
| 16 | +<!--- The vRA Cloud / 8.x version where this issue is found ---> |
25 | 17 |
|
26 |
| -**Expected behavior** |
27 |
| -A clear and concise description of what you expected to happen. |
| 18 | +### Terraform Version |
| 19 | +<!--- The Terraform version where this issue is found (run `terraform -v` to show the version) ---> |
28 | 20 |
|
29 |
| -**Screenshots** |
30 |
| -If applicable, add screenshots to help explain your problem. |
| 21 | +### vRA Terraform Provider Version |
| 22 | +<!--- The vRA Terraform provider version where this issue is found (run `terraform providers -v` to show the version ) ---> |
31 | 23 |
|
32 |
| -**Logs** |
33 |
| -Attach logs to help debug the issue |
34 |
| -1. Attach vra-terraform.log |
35 |
| -2. Attach Terraform console log (Enable terraform logs following the steps mentioned in https://www.terraform.io/docs/configuration/environment-variables.html) |
36 |
| -3. crash.log(if any) |
| 24 | +### Affected Resource(s) |
| 25 | +<!--- Please list the resources as a list, for example: |
| 26 | +* `vra_project` |
| 27 | +---> |
37 | 28 |
|
38 |
| -**Desktop (please complete the following information):** |
39 |
| - - OS: [e.g. iOS] |
| 29 | +### Terraform Configuration Files |
| 30 | +<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> |
40 | 31 |
|
41 |
| -**Additional context** |
42 |
| -Add any other context about the problem here. |
| 32 | +```hcl |
| 33 | +# Copy-paste your Terraform configurations here. |
| 34 | +# For large Terraform configs, please use a service like Dropbox and share a link to the ZIP file. |
| 35 | +``` |
| 36 | + |
| 37 | +### Expected Behavior |
| 38 | +<!--- What should have happened? ---> |
| 39 | + |
| 40 | +### Actual Behavior |
| 41 | +<!--- What actually happened? ---> |
| 42 | + |
| 43 | +### Steps to Reproduce |
| 44 | +<!--- Please list the steps required to reproduce the issue, for example: |
| 45 | +1. `terraform apply` |
| 46 | +---> |
| 47 | + |
| 48 | +### Screenshots |
| 49 | +<!--- If applicable, add screenshots to help explain the issue ---> |
| 50 | + |
| 51 | +### Debug Output |
| 52 | +<!--- |
| 53 | +Please provide a link to a GitHub Gist containing the complete debug output |
| 54 | +Please do NOT paste the debug output in the issue; just paste a link to the Gist |
| 55 | +To enable terraform debug logs, follow the steps mentioned in https://www.terraform.io/docs/cli/config/environment-variables.html) |
| 56 | +---> |
| 57 | + |
| 58 | +### Panic Output |
| 59 | +<!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log` ---> |
| 60 | + |
| 61 | +### Important Factoids |
| 62 | +<!--- Are there anything atypical about your infrastructure that we should know? ---> |
| 63 | + |
| 64 | +### References |
| 65 | +<!--- |
| 66 | +Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests |
| 67 | +
|
| 68 | +Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example: |
| 69 | +---> |
| 70 | + |
| 71 | +<!--- Please keep this note for the community ---> |
| 72 | + |
| 73 | +### Community Note |
| 74 | + |
| 75 | +* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request |
| 76 | +* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request |
| 77 | +* If you are interested in working on this issue or have submitted a pull request, please leave a comment |
| 78 | + |
| 79 | +<!--- Thank you for keeping this note for the community ---> |
0 commit comments