-
Notifications
You must be signed in to change notification settings - Fork 542
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
1 parent
9669daa
commit 39d2af4
Showing
1 changed file
with
17 additions
and
13 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 |
---|---|---|
@@ -1,30 +1,34 @@ | ||
<!--- See what makes a good Pull Request at : https://github.com/hashicorp/terraform-provider-vault/blob/master/.github/CONTRIBUTING.md ---> | ||
|
||
<!--- Please keep this note for the community ---> | ||
|
||
### Community Note | ||
### Description | ||
<!--- Description of the change. For example: This PR updates ABC resource so that we can XYZ ---> | ||
|
||
* Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request | ||
* Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request | ||
|
||
<!--- Thank you for keeping this note for the community ---> | ||
|
||
<!--- If your PR fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Relates ---> | ||
Relates OR Closes #0000 | ||
|
||
Release note for [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md): | ||
<!-- | ||
If change is not user facing, just write "NONE" in the release-note block below. | ||
--> | ||
|
||
```release-note | ||
### Checklist | ||
- [ ] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) | ||
- [ ] Acceptance tests where run against all supported Vault Versions | ||
|
||
``` | ||
|
||
Output from acceptance testing: | ||
### Output from acceptance testing: | ||
|
||
``` | ||
$ make testacc TESTARGS='-run=TestAccXXX' | ||
... | ||
``` | ||
|
||
|
||
<!--- Please keep this note for the community ---> | ||
|
||
### Community Note | ||
|
||
* Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request | ||
* Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request | ||
|
||
<!--- Thank you for keeping this note for the community ---> | ||
|