|
| 1 | +--- |
| 2 | +name: 🐛 Bug Report |
| 3 | +about: If something isn't working as expected 🤔. |
| 4 | +--- |
| 5 | + |
| 6 | +<!--- |
| 7 | +Please note the following potential times when an issue might be in Terraform core: |
| 8 | +
|
| 9 | +* [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues |
| 10 | +* [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues |
| 11 | +* [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues |
| 12 | +* [Registry](https://registry.terraform.io/) issues |
| 13 | +* Spans resources across multiple providers |
| 14 | +
|
| 15 | +If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead. |
| 16 | +---> |
| 17 | + |
| 18 | +<!--- Please keep this note for the community ---> |
| 19 | + |
| 20 | +### Community Note |
| 21 | + |
| 22 | +* 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 |
| 23 | +* 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 |
| 24 | +* If you are interested in working on this issue or have submitted a pull request, please leave a comment |
| 25 | + |
| 26 | +<!--- Thank you for keeping this note for the community ---> |
| 27 | + |
| 28 | +### Terraform CLI and Terraform IBM Provider Version |
| 29 | + |
| 30 | +<!--- Please run `terraform -v` to show the Terraform core version and provider version(s). If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions). ---> |
| 31 | + |
| 32 | +### Affected Resource(s) |
| 33 | + |
| 34 | +<!--- Please list the affected resources and data sources. ---> |
| 35 | + |
| 36 | +* ibm_XXXXX |
| 37 | + |
| 38 | +### Terraform Configuration Files |
| 39 | + |
| 40 | +<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> |
| 41 | + |
| 42 | +Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation. |
| 43 | + |
| 44 | +```hcl |
| 45 | +# Copy-paste your Terraform configurations here - for large Terraform configs, |
| 46 | +# please share a link to the ZIP file. |
| 47 | +``` |
| 48 | + |
| 49 | +### Debug Output |
| 50 | + |
| 51 | +<!--- |
| 52 | +Please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist. |
| 53 | +
|
| 54 | +To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html). |
| 55 | +---> |
| 56 | + |
| 57 | +### Panic Output |
| 58 | + |
| 59 | +<!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`. ---> |
| 60 | + |
| 61 | +### Expected Behavior |
| 62 | + |
| 63 | +<!--- What should have happened? ---> |
| 64 | + |
| 65 | +### Actual Behavior |
| 66 | + |
| 67 | +<!--- What actually happened? ---> |
| 68 | + |
| 69 | +### Steps to Reproduce |
| 70 | + |
| 71 | +<!--- Please list the steps required to reproduce the issue. ---> |
| 72 | + |
| 73 | +1. `terraform apply` |
| 74 | + |
| 75 | +### Important Factoids |
| 76 | + |
| 77 | +<!--- Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? ---> |
| 78 | + |
| 79 | +### References |
| 80 | + |
| 81 | +<!--- |
| 82 | +Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests |
| 83 | +
|
| 84 | +Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example: |
| 85 | +---> |
| 86 | + |
| 87 | +* #0000 |
0 commit comments