github.com/hashicorp/terraform-plugin-sdk@v1.17.2/.github/ISSUE_TEMPLATE/feature_request.md (about)

     1  ---
     2  name: Feature request
     3  about: Suggest a new feature or other enhancement.
     4  labels: enhancement
     5  ---
     6  
     7  ### SDK version
     8  <!--
     9  Inspect your go.mod as below to find the version, and paste the result between the ``` marks below.
    10  
    11  go mod edit -json | jq '.Require[] | select(.Path=="github.com/hashicorp/terraform-plugin-sdk")'
    12  
    13  If you are not running the latest version of the SDK, please try upgrading
    14  because your feature may have already been implemented.
    15  
    16  If the command above doesn't yield any results, it means you may not have migrated
    17  to the standalone SDK yet. See https://www.terraform.io/docs/extend/plugin-sdk.html for more.
    18  -->
    19  ```
    20  ...
    21  ```
    22  
    23  ### Use-cases
    24  <!---
    25  In order to properly evaluate a feature request, it is necessary to understand the use-cases for it.
    26  Please describe below the _end goal_ you are trying to achieve that has led you to request this feature.
    27  Please keep this section focused on the problem and not on the suggested solution. We'll get to that in a moment, below!
    28  -->
    29  
    30  ### Attempted Solutions
    31  <!---
    32  If you've already tried to solve the problem within SDK's existing features and found a limitation that prevented you from succeeding, please describe it below in as much detail as possible.
    33  
    34  Ideally, this would include real HCL configuration that you tried, real Terraform command lines you ran, relevant snippet of code from your provider codebase and what results you got in each case.
    35  
    36  Please remove any sensitive information such as passwords before sharing configuration snippets and command lines.
    37  --->
    38  
    39  ### Proposal
    40  <!---
    41  If you have an idea for a way to address the problem via a change to SDK features, please describe it below.
    42  
    43  In this section, it's helpful to include specific examples of how what you are suggesting might look in configuration files, or on the command line, since that allows us to understand the full picture of what you are proposing.
    44  
    45  If you're not sure of some details, don't worry! When we evaluate the feature request we may suggest modifications as necessary to work within the design constraints of the SDK and Terraform Core.
    46  -->
    47  
    48  ### References
    49  <!--
    50  Are there any other GitHub issues, whether open or closed, that are related to the problem you've described above or to the suggested solution? If so, please create a list below that mentions each of them. For example:
    51  
    52  - #6017
    53  -->