oci_resource_analytics_resource_analytics_instance

This resource provides the Resource Analytics Instance resource in Oracle Cloud Infrastructure Resource Analytics service.

Creates a ResourceAnalyticsInstance.

Example Usage

resource "oci_resource_analytics_resource_analytics_instance" "test_resource_analytics_instance" {
	#Required
	adw_admin_password {
		#Required
		password_type = var.resource_analytics_instance_adw_admin_password_password_type

		#Optional
		password = var.resource_analytics_instance_adw_admin_password_password
		secret_id = oci_vault_secret.test_secret.id
	}
	compartment_id = var.compartment_id
	subnet_id = oci_core_subnet.test_subnet.id

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	description = var.resource_analytics_instance_description
	display_name = var.resource_analytics_instance_display_name
	freeform_tags = {"Department"= "Finance"}
	is_mutual_tls_required = var.resource_analytics_instance_is_mutual_tls_required
	license_model = var.resource_analytics_instance_license_model
	nsg_ids = var.resource_analytics_instance_nsg_ids
}

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

Import

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

$ terraform import oci_resource_analytics_resource_analytics_instance.test_resource_analytics_instance "id"