oci_apm_synthetics_on_premise_vantage_point

This resource provides the On Premise Vantage Point resource in Oracle Cloud Infrastructure Apm Synthetics service.

Registers a new On-premise vantage point.

Example Usage

resource "oci_apm_synthetics_on_premise_vantage_point" "test_on_premise_vantage_point" {
	#Required
	apm_domain_id = oci_apm_apm_domain.test_apm_domain.id
	name = var.on_premise_vantage_point_name

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	description = var.on_premise_vantage_point_description
	freeform_tags = {"bar-key"= "value"}
	type = var.on_premise_vantage_point_type
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the On Premise Vantage Point * update - (Defaults to 20 minutes), when updating the On Premise Vantage Point * delete - (Defaults to 20 minutes), when destroying the On Premise Vantage Point

Import

OnPremiseVantagePoints can be imported using the id, e.g.

$ terraform import oci_apm_synthetics_on_premise_vantage_point.test_on_premise_vantage_point "onPremiseVantagePoints/{onPremiseVantagePointId}/apmDomainId/{apmDomainId}"