-
Notifications
You must be signed in to change notification settings - Fork 2
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
63 changed files
with
1,236 additions
and
355 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
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
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
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,49 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "ec_core_environment Data Source - terraform-provider-ec" | ||
subcategory: "" | ||
description: |- | ||
Use this data source to access information about an existing Environment. | ||
--- | ||
|
||
# ec_core_environment (Data Source) | ||
|
||
Use this data source to access information about an existing Environment. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `metadata` (Block List, Max: 1) Standard object's metadata. (see [below for nested schema](#nestedblock--metadata)) | ||
- `spec` (Block List, Max: 1) Spec configures the environment. (see [below for nested schema](#nestedblock--spec)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedblock--metadata"></a> | ||
### Nested Schema for `metadata` | ||
|
||
Optional: | ||
|
||
- `annotations` (Map of String) An unstructured map of keys and values stored on an object. | ||
- `environment` (String) The name of the environment the object belongs to. | ||
- `labels` (Map of String) A map of keys and values that can be used to organize and categorize objects. | ||
- `name` (String) The unique object name within its scope. | ||
|
||
Read-Only: | ||
|
||
- `revision` (String) An opaque resource revision. | ||
- `uid` (String) A unique identifier for each an object. | ||
|
||
|
||
<a id="nestedblock--spec"></a> | ||
### Nested Schema for `spec` | ||
|
||
Optional: | ||
|
||
- `description` (String) Description is the description of the environment. | ||
- `display_name` (String) DisplayName is friendly name of the environment. |
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,49 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "ec_core_environment_v1 Data Source - terraform-provider-ec" | ||
subcategory: "" | ||
description: |- | ||
Use this data source to access information about an existing Environment. | ||
--- | ||
|
||
# ec_core_environment_v1 (Data Source) | ||
|
||
Use this data source to access information about an existing Environment. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `metadata` (Block List, Max: 1) Standard object's metadata. (see [below for nested schema](#nestedblock--metadata)) | ||
- `spec` (Block List, Max: 1) Spec configures the environment. (see [below for nested schema](#nestedblock--spec)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedblock--metadata"></a> | ||
### Nested Schema for `metadata` | ||
|
||
Optional: | ||
|
||
- `annotations` (Map of String) An unstructured map of keys and values stored on an object. | ||
- `environment` (String) The name of the environment the object belongs to. | ||
- `labels` (Map of String) A map of keys and values that can be used to organize and categorize objects. | ||
- `name` (String) The unique object name within its scope. | ||
|
||
Read-Only: | ||
|
||
- `revision` (String) An opaque resource revision. | ||
- `uid` (String) A unique identifier for each an object. | ||
|
||
|
||
<a id="nestedblock--spec"></a> | ||
### Nested Schema for `spec` | ||
|
||
Optional: | ||
|
||
- `description` (String) Description is the description of the environment. | ||
- `display_name` (String) DisplayName is friendly name of the environment. |
Oops, something went wrong.