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.
add workspaces data source (v1beta1 list workspaces equivalent) (#6)
- Loading branch information
Showing
21 changed files
with
553 additions
and
127 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,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
|
||
<!-- | ||
A clear and concise description of what the bug is. | ||
On errors, please provide the output of the console | ||
--> | ||
|
||
``` | ||
Please paste terminal or playground output in a code block here | ||
``` | ||
|
||
**What Terraform Provider Version and Terraform Version did you experience this bug?** | ||
|
||
<!-- | ||
Run the command `astro version` to get the cli version | ||
--> | ||
|
||
|
||
**What Operating System is the above Terraform Provider installed on?** | ||
|
||
**🪜 Steps To Reproduce** | ||
|
||
<!-- | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
--> | ||
|
||
**📸 Screenshots** | ||
|
||
<!-- | ||
If applicable, add screenshots to help explain your problem. | ||
--> |
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,33 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
- [ ] I have checked that a similar [feature request](https://github.com/astronomer/astronomer-terraform-provider/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. | ||
|
||
**✍️ 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
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,68 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "astronomer_workspaces Data Source - astronomer" | ||
subcategory: "" | ||
description: |- | ||
Workspaces data source | ||
--- | ||
|
||
# astronomer_workspaces (Data Source) | ||
|
||
Workspaces data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `names` (List of String) | ||
- `workspace_ids` (List of String) | ||
|
||
### Read-Only | ||
|
||
- `workspaces` (Attributes List) (see [below for nested schema](#nestedatt--workspaces)) | ||
|
||
<a id="nestedatt--workspaces"></a> | ||
### Nested Schema for `workspaces` | ||
|
||
Required: | ||
|
||
- `id` (String) Workspace identifier | ||
|
||
Read-Only: | ||
|
||
- `cicd_enforced_default` (Boolean) Whether new Deployments enforce CI/CD deploys by default | ||
- `created_at` (String) Workspace creation timestamp | ||
- `created_by` (Attributes) Workspace creator (see [below for nested schema](#nestedatt--workspaces--created_by)) | ||
- `description` (String) Workspace description | ||
- `name` (String) Workspace name | ||
- `organization_name` (String) Workspace organization name | ||
- `updated_at` (String) Workspace last updated timestamp | ||
- `updated_by` (Attributes) Workspace updater (see [below for nested schema](#nestedatt--workspaces--updated_by)) | ||
|
||
<a id="nestedatt--workspaces--created_by"></a> | ||
### Nested Schema for `workspaces.created_by` | ||
|
||
Read-Only: | ||
|
||
- `api_token_name` (String) | ||
- `avatar_url` (String) | ||
- `full_name` (String) | ||
- `id` (String) | ||
- `subject_type` (String) | ||
- `username` (String) | ||
|
||
|
||
<a id="nestedatt--workspaces--updated_by"></a> | ||
### Nested Schema for `workspaces.updated_by` | ||
|
||
Read-Only: | ||
|
||
- `api_token_name` (String) | ||
- `avatar_url` (String) | ||
- `full_name` (String) | ||
- `id` (String) | ||
- `subject_type` (String) | ||
- `username` (String) |
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.