-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
name: 4.0 Beta Bug Report / Feedback | ||
about: Feedback regarding the Beta for features coming in 4.0 | ||
labels: | ||
--- | ||
|
||
### Community Note | ||
|
||
<!--- Please keep this note for the community ---> | ||
|
||
* Please vote on this issue by adding a :thumbsup: [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 | ||
* Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request | ||
* If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the [contribution guide](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/contributing/README.md) to help. | ||
|
||
<!--- Thank you for keeping this note for the community ---> | ||
|
||
<!--- Thank you for keeping this note for the community ---> | ||
|
||
### Terraform (and AzureRM Provider) Version | ||
|
||
<!-- this can be obtained from `terraform -v` --> | ||
|
||
* Terraform Core version: [fill in] | ||
* AzureRM Provider version: [fill in] | ||
|
||
### Terraform Configuration Files | ||
|
||
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> | ||
|
||
```hcl | ||
# Copy-paste your Terraform configurations here - for large Terraform configs, | ||
# please use a service like Dropbox and share a link to the ZIP file. For | ||
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp | ||
``` | ||
|
||
### Description / Feedback | ||
|
||
<!--- What should have happened? ---> | ||
|
||
### References | ||
|
||
<!--- | ||
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests | ||
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Such as vendor documentation? | ||
---> |