Skip to content

chore: follow-up CR changes for synthetics private location resource #697

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 0 additions & 76 deletions docs/resources/kibana_synthetics_private_location

This file was deleted.

16 changes: 9 additions & 7 deletions docs/resources/kibana_synthetics_private_location.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "elasticstack_kibana_synthetics_private_location Resource - terraform-provider-elasticstack"
subcategory: ""
subcategory: "Kibana"
layout: ""
page_title: "Elasticstack: elasticstack_kibana_synthetics_private_location Resource"
description: |-
Synthetics private location config, see https://www.elastic.co/guide/en/kibana/current/create-private-location-api.html for more details
Creates or updates a Kibana synthetics private location.
---

# elasticstack_kibana_synthetics_private_location (Resource)
# Resource: elasticstack_kibana_synthetics_private_location

Synthetics private location config, see https://www.elastic.co/guide/en/kibana/current/create-private-location-api.html for more details
Creates or updates a Kibana synthetics private location.
See [Monitor via a private agent](https://www.elastic.co/guide/en/observability/current/synthetics-private-location.html#monitor-via-private-agent)
and [API docs](https://www.elastic.co/guide/en/kibana/current/create-private-location-api.html)

## Example Usage

Expand Down Expand Up @@ -71,4 +73,4 @@ Import is supported using the following syntax:

```shell
terraform import elasticstack_kibana_synthetics_private_location.my_location <private_location_id>
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |-

Creates or updates a Kibana synthetics private location.
See [Monitor via a private agent](https://www.elastic.co/guide/en/observability/current/synthetics-private-location.html#monitor-via-private-agent)
and [api docs](https://www.elastic.co/guide/en/kibana/current/create-private-location-api.html)
and [API docs](https://www.elastic.co/guide/en/kibana/current/create-private-location-api.html)

## Example Usage

Expand Down