33 lines
799 B
Markdown
33 lines
799 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for the STACKIT Terraform provider
|
|
title: ''
|
|
labels: enhancement
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Problem description
|
|
|
|
*Is your feature request related to a problem? If so, please give us a clear and concise description of what the problem is.
|
|
Example: I'm always frustrated when [...]*
|
|
|
|
## Proposed solution
|
|
|
|
*A clear and concise description of what you want to happen.*
|
|
|
|
<!-- Please add an example terraform config below which helps us understand your proposed solution. -->
|
|
|
|
```terraform
|
|
# put your terraform example here
|
|
# ...
|
|
```
|
|
|
|
## Alternative solutions (optional)
|
|
|
|
*A clear and concise description of any alternative solutions or features you've considered. (optional)*
|
|
|
|
## Additional information
|
|
|
|
*Feel free to add any additional information here.*
|
|
|