oci_oce_oce_instance

This resource provides the Oce Instance resource in Oracle Cloud Infrastructure Content and Experience service.

Creates a new OceInstance.

Example Usage

resource "oci_oce_oce_instance" "test_oce_instance" {
	#Required
	admin_email = var.oce_instance_admin_email
	compartment_id = var.compartment_id
	idcs_access_token = var.oce_instance_idcs_access_token
	name = var.oce_instance_name
	object_storage_namespace = var.oce_instance_object_storage_namespace
	tenancy_id = oci_identity_tenancy.test_tenancy.id
	tenancy_name = oci_identity_tenancy.test_tenancy.name

	#Optional
	add_on_features = var.oce_instance_add_on_features
	defined_tags = {"foo-namespace.bar-key"= "value"}
	description = var.oce_instance_description
	dr_region = var.oce_instance_dr_region
	freeform_tags = {"bar-key"= "value"}
	instance_access_type = var.oce_instance_instance_access_type
	instance_license_type = var.oce_instance_instance_license_type
	instance_usage_type = var.oce_instance_instance_usage_type
	upgrade_schedule = var.oce_instance_upgrade_schedule
	waf_primary_domain = var.oce_instance_waf_primary_domain
}

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

Import

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

$ terraform import oci_oce_oce_instance.test_oce_instance "id"