From 2b78820c0bedfe3a166c53c3fc319075f448aa62 Mon Sep 17 00:00:00 2001 From: Boris Ilyushonak Date: Wed, 19 Feb 2025 08:09:54 +0100 Subject: [PATCH] chore(docs): update elasticstack_kibana_synthetics_private_location example fix removed field `space_id` related to https://github.com/elastic/terraform-provider-elasticstack/issues/726 --- docs/resources/kibana_synthetics_private_location.md | 1 - .../elasticstack_kibana_synthetics_private_location/resource.tf | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/resources/kibana_synthetics_private_location.md b/docs/resources/kibana_synthetics_private_location.md index 13b65f930..67e7c4e46 100644 --- a/docs/resources/kibana_synthetics_private_location.md +++ b/docs/resources/kibana_synthetics_private_location.md @@ -31,7 +31,6 @@ resource "elasticstack_fleet_agent_policy" "sample" { resource "elasticstack_kibana_synthetics_private_location" "example" { label = "example label" - space_id = "default" agent_policy_id = elasticstack_fleet_agent_policy.sample.policy_id tags = ["tag-a", "tag-b"] geo = { diff --git a/examples/resources/elasticstack_kibana_synthetics_private_location/resource.tf b/examples/resources/elasticstack_kibana_synthetics_private_location/resource.tf index 933485ee3..e65306852 100644 --- a/examples/resources/elasticstack_kibana_synthetics_private_location/resource.tf +++ b/examples/resources/elasticstack_kibana_synthetics_private_location/resource.tf @@ -14,7 +14,6 @@ resource "elasticstack_fleet_agent_policy" "sample" { resource "elasticstack_kibana_synthetics_private_location" "example" { label = "example label" - space_id = "default" agent_policy_id = elasticstack_fleet_agent_policy.sample.policy_id tags = ["tag-a", "tag-b"] geo = {