-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement terraform-provider-tidbcloud (#4)
Co-authored-by: Xiang Zhang <angwerzx@126.com>
- Loading branch information
1 parent
b50f1b5
commit f5c220f
Showing
60 changed files
with
5,886 additions
and
939 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,23 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: Create a report to help us improve | ||
title: "[BUG] Title of Bug Report" | ||
labels: type/bug | ||
--- | ||
|
||
### Terraform CLI and Terraform TiDB Cloud Provider Version | ||
<!--- | ||
Run `terraform version` to show the version, and paste the result for Terraform and the TiDB Cloud Provider between the ``` marks below. | ||
If you are not running the latest version of Terraform and the TiDB Cloud Provider, please try to reproduce the issue in a more recent version in case it has been fixed already. | ||
--> | ||
|
||
### Describe the bug | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
### Steps to Reproduce | ||
<!-- | ||
Please list the full steps required to reproduce the issue, for example: | ||
1. `terraform init` | ||
2. `terraform apply` | ||
--> |
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,18 @@ | ||
--- | ||
name: "\U0001F947 Feature Request" | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: type/feature-request | ||
--- | ||
|
||
### Is your feature request related to a problem? Please describe | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
### Describe the solution you'd like | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
### Describe alternatives you've considered | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
### Additional context | ||
<!-- Add any other context or screenshots about the feature request here. --> |
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
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,27 @@ | ||
### What problem does this PR solve? <!--add issue link with summary if exists--> | ||
|
||
|
||
### What is changed and how it works? | ||
|
||
|
||
### Check List <!--REMOVE the items that are not applicable--> | ||
|
||
Tests <!-- At least one of them must be included. --> | ||
|
||
- Unit test | ||
- Integration test | ||
- Manual test (add detailed scripts or steps below) | ||
- No code | ||
|
||
Side effects | ||
|
||
- Possible performance regression | ||
- Increased code complexity | ||
- Breaking backward compatibility | ||
|
||
Related changes | ||
|
||
- Need to cherry-pick to the release branch | ||
- Need to update the documentation | ||
- Need to update the `tidb-ansible` repository | ||
- Need to be included in the release note |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.