oci_apm_apm_domain

This resource provides the Apm Domain resource in Oracle Cloud Infrastructure Apm service.

Creates a new APM domain.

Example Usage

resource "oci_apm_apm_domain" "test_apm_domain" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.apm_domain_display_name

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	description = var.apm_domain_description
	freeform_tags = {"bar-key"= "value"}
	is_free_tier = var.apm_domain_is_free_tier
}

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 Apm Domain * update - (Defaults to 20 minutes), when updating the Apm Domain * delete - (Defaults to 20 minutes), when destroying the Apm Domain

Import

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

$ terraform import oci_apm_apm_domain.test_apm_domain "id"