generated from cisco-ospo/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Viorel Dodin <[email protected]>
- Loading branch information
1 parent
d0a8250
commit 28e856e
Showing
15 changed files
with
101 additions
and
213 deletions.
There are no files selected for viewing
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,28 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "observability_type Data Source - observability" | ||
subcategory: "" | ||
description: |- | ||
Type data source | ||
--- | ||
|
||
# observability_type (Data Source) | ||
|
||
Type data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `type_name` (String) Specifies the fully qualified type name used to get the type | ||
|
||
### Optional | ||
|
||
- `data` (Dynamic) JSON schema of the returned type | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Used to provide compatibility for testing framework |
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 |
---|---|---|
@@ -1,26 +1,28 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "scaffolding Provider" | ||
page_title: "observability Provider" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# scaffolding Provider | ||
# observability Provider | ||
|
||
|
||
|
||
## Example Usage | ||
|
||
```terraform | ||
provider "scaffolding" { | ||
# example configuration here | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `auth_method` (String) Authentication type selected for observability API requests. Possible values(oauth, headless, service-principal) | ||
- `tenant` (String) Tenant ID used to make requests to API | ||
|
||
### Optional | ||
|
||
- `endpoint` (String) Example provider attribute | ||
- `password` (String, Sensitive) Password to authenticate using headless | ||
- `secrets_file` (String) Path to secrets file to authenticate using service-principal | ||
- `url` (String) URL used when authentication eg. <https://mytenant.com> | ||
- `username` (String) Username to authenticate using headless |
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,32 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "observability_object Resource - observability" | ||
subcategory: "" | ||
description: |- | ||
Object resource | ||
--- | ||
|
||
# observability_object (Resource) | ||
|
||
Object resource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `layer_id` (String) Specifies the layer ID where the object resides | ||
- `layer_type` (String) Specifies the layer type where the object resides | ||
- `type_name` (String) Specifies the fully qualified type name used to get the type | ||
|
||
### Optional | ||
|
||
- `data` (String) JSON schema of the returned object | ||
- `import_id` (String) ID used when doing import operation on an object | ||
- `object_id` (String) Spepcified the object ID for the particular object to get | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Used to provide compatibility for testing framework |
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 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
Oops, something went wrong.