|
| 1 | +name: Bug Report |
| 2 | +description: Create a report to help us improve. |
| 3 | +labels: kind/bug,bug/need-confirmation |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + # Welcome! |
| 9 | +
|
| 10 | + The issue tracker is for reporting bugs. If you have an [idea for a new feature](https://github.com/portainer/terraform-provider-portainer/discussions/categories/ideas) or a [general question about Portainer Terraform provider](https://github.com/portainer/terraform-provider-portainer/discussions/categories/help) please post in our [GitHub Discussions](https://github.com/portainer/terraform-provider-portainer/discussions). |
| 11 | +
|
| 12 | + You can also ask for help in our [community Slack channel](https://app.slack.com/client/T2AGA35A4/C08NHK6PLUT). |
| 13 | +
|
| 14 | + Please note that we only provide support for current versions of Portainer. |
| 15 | +
|
| 16 | + **DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS**. |
| 17 | +
|
| 18 | + - type: checkboxes |
| 19 | + id: terms |
| 20 | + attributes: |
| 21 | + label: Before you start please confirm the following. |
| 22 | + options: |
| 23 | + - label: Yes, I've searched similar issues on [GitHub](https://github.com/portainer/terraform-provider-portainer/issues). |
| 24 | + required: true |
| 25 | + - label: Yes, I've checked whether this issue is covered/solved in the Portainer Terraform provider [discussions](https://github.com/portainer/terraform-provider-portainer/discussions/categories/help). |
| 26 | + required: true |
| 27 | + |
| 28 | + - type: markdown |
| 29 | + attributes: |
| 30 | + value: | |
| 31 | + # About your issue |
| 32 | +
|
| 33 | + Tell us a bit about the issue you're having. |
| 34 | +
|
| 35 | + - type: textarea |
| 36 | + attributes: |
| 37 | + label: Problem Description |
| 38 | + description: A clear and concise description of what the bug is. |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + |
| 42 | + - type: textarea |
| 43 | + attributes: |
| 44 | + label: Expected Behavior |
| 45 | + description: A clear and concise description of what you expected to happen. |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + |
| 49 | + - type: textarea |
| 50 | + attributes: |
| 51 | + label: Actual Behavior |
| 52 | + description: A clear and concise description of what actually happens. |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + |
| 56 | + - type: textarea |
| 57 | + attributes: |
| 58 | + label: Steps to Reproduce |
| 59 | + description: Please be as detailed as possible when providing steps to reproduce. |
| 60 | + placeholder: | |
| 61 | + 1. Write a minimal Terraform config |
| 62 | + 2. Run `terraform apply` |
| 63 | + 3. Observe the error output |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + |
| 67 | + - type: textarea |
| 68 | + attributes: |
| 69 | + label: Logs / Screenshots / Terraform Output |
| 70 | + description: Provide relevant logs or output from Terraform plan/apply, Portainer logs, or any screenshots related to the issue. |
| 71 | + validations: |
| 72 | + required: true |
| 73 | + |
| 74 | + - type: input |
| 75 | + attributes: |
| 76 | + label: Affected Resource(s) |
| 77 | + description: | |
| 78 | + Name(s) of the resource(s) that are causing the issue. Example: portainer_stack, portainer_environment |
| 79 | + validations: |
| 80 | + required: true |
| 81 | + |
| 82 | + - type: input |
| 83 | + attributes: |
| 84 | + label: Terraform Command Used |
| 85 | + description: | |
| 86 | + The Terraform CLI command that triggered the issue. Example: terraform apply |
| 87 | + validations: |
| 88 | + required: true |
| 89 | + |
| 90 | + - type: textarea |
| 91 | + attributes: |
| 92 | + label: Relevant Terraform Configuration |
| 93 | + description: | |
| 94 | + Provide the Terraform configuration (HCL) that triggers the bug. You can redact sensitive values. |
| 95 | + render: hcl |
| 96 | + validations: |
| 97 | + required: false |
| 98 | + |
| 99 | + - type: markdown |
| 100 | + attributes: |
| 101 | + value: | |
| 102 | + # About your environment |
| 103 | +
|
| 104 | + Tell us a bit about your Portainer and Terraform environment. |
| 105 | +
|
| 106 | + - type: input |
| 107 | + attributes: |
| 108 | + label: Provider Version |
| 109 | + description: | |
| 110 | + Version of the terraform-provider-portainer. Example: v0.6.0 |
| 111 | + validations: |
| 112 | + required: true |
| 113 | + |
| 114 | + - type: input |
| 115 | + attributes: |
| 116 | + label: Terraform Version |
| 117 | + description: | |
| 118 | + Version of Terraform. Example: 1.7.5 |
| 119 | + validations: |
| 120 | + required: true |
| 121 | + |
| 122 | + - type: input |
| 123 | + attributes: |
| 124 | + label: Portainer Version |
| 125 | + description: | |
| 126 | + Version of the Portainer instance you are using. Example: 2.20.3 |
| 127 | + validations: |
| 128 | + required: true |
| 129 | + |
| 130 | + - type: input |
| 131 | + attributes: |
| 132 | + label: Platform and Version |
| 133 | + description: | |
| 134 | + Enter your container management platform (Docker | Swarm | Kubernetes) along with the version. |
| 135 | + Example: Docker 24.0.3 | Kubernetes 1.26 |
| 136 | + validations: |
| 137 | + required: false |
| 138 | + |
| 139 | + - type: input |
| 140 | + attributes: |
| 141 | + label: OS and Architecture |
| 142 | + description: | |
| 143 | + Enter your Operating System, Version and Architecture. Example: Ubuntu 22.04, AMD64 | Raspbian OS, ARM64 |
| 144 | + validations: |
| 145 | + required: true |
| 146 | + |
| 147 | + - type: textarea |
| 148 | + attributes: |
| 149 | + label: Additional Information |
| 150 | + description: | |
| 151 | + Any additional information about your environment, the bug, or anything else you think might be helpful. |
| 152 | + validations: |
| 153 | + required: false |
0 commit comments