Skip to content

Commit 2b78820

Browse files
committed
chore(docs): update elasticstack_kibana_synthetics_private_location example
fix removed field `space_id` related to elastic#726
1 parent 962cdd4 commit 2b78820

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/resources/kibana_synthetics_private_location.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ resource "elasticstack_fleet_agent_policy" "sample" {
3131
3232
resource "elasticstack_kibana_synthetics_private_location" "example" {
3333
label = "example label"
34-
space_id = "default"
3534
agent_policy_id = elasticstack_fleet_agent_policy.sample.policy_id
3635
tags = ["tag-a", "tag-b"]
3736
geo = {

examples/resources/elasticstack_kibana_synthetics_private_location/resource.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ resource "elasticstack_fleet_agent_policy" "sample" {
1414

1515
resource "elasticstack_kibana_synthetics_private_location" "example" {
1616
label = "example label"
17-
space_id = "default"
1817
agent_policy_id = elasticstack_fleet_agent_policy.sample.policy_id
1918
tags = ["tag-a", "tag-b"]
2019
geo = {

0 commit comments

Comments
 (0)