generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial PR: Setup, Workspace Resource and Workspace Data source (#3)
- Loading branch information
Showing
64 changed files
with
13,161 additions
and
1,199 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Validating CODEOWNERS rules …
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 +1 @@ | ||
* @hashicorp/terraform-devex | ||
* @vandyliu @sunkickr @astronomer/astro-control-plane-applications |
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
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,25 @@ | ||
## Description | ||
|
||
> Describe the purpose of this pull request. | ||
## 🎟 Issue(s) | ||
|
||
Related #XXX | ||
|
||
## 🧪 Functional Testing | ||
|
||
> List the functional testing steps to confirm this feature or fix. | ||
## 📸 Screenshots | ||
|
||
> Add screenshots to illustrate the validity of these changes. | ||
## 📋 Checklist | ||
|
||
- [ ] Rebased from the main (or release if patching) branch (before testing) | ||
- [ ] Ran `make test` before taking out of draft | ||
- [ ] Ran `make fmt` before taking out of draft | ||
- [ ] Added/updated applicable tests | ||
- [ ] Tested against [Astro-API](https://github.com/astronomer/astro/) (if necessary). | ||
- [ ] Communicated to/tagged owners of respective clients potentially impacted by these changes. | ||
- [ ] Updated any related [documentation](https://github.com/astronomer/docs/) |
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
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,6 @@ | ||
provider_installation { | ||
dev_overrides { | ||
"registry.terraform.io/astronomer/astronomer" = "~/astronomer/astronomer-terraform-provider/bin" | ||
} | ||
direct {} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.