-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat_resource_access_policy_allowed_subnets
- Loading branch information
Showing
33 changed files
with
1,885 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "grafana_frontend_o11y_app Data Source - terraform-provider-grafana" | ||
subcategory: "Frontend Observability" | ||
description: |- | ||
--- | ||
|
||
# grafana_frontend_o11y_app (Data Source) | ||
|
||
|
||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "grafana_cloud_stack" "teststack" { | ||
provider = grafana.cloud | ||
name = "gcloudstacktest" | ||
} | ||
data "grafana_frontend_o11y_app" "test-app" { | ||
provider = grafana.cloud | ||
stack_id = data.grafana_cloud_stack.teststack.id | ||
name = "test-app" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) The name of the Frontend Observability App. Part of the Terraform Resource ID. | ||
- `stack_id` (Number) The Stack ID of the Grafana Cloud instance. Part of the Terraform Resource ID. | ||
|
||
### Read-Only | ||
|
||
- `allowed_origins` (List of String) A list of allowed origins for CORS. | ||
- `extra_log_attributes` (Map of String) The extra attributes to append in each signal. | ||
- `id` (Number) The Terraform Resource ID. This auto-generated from Frontend Observability API. | ||
- `settings` (Map of String) The settings of the Frontend Observability App. |
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.