oci_compute_cloud_at_customer_ccc_infrastructure

This resource provides the Ccc Infrastructure resource in Oracle Cloud Infrastructure Compute Cloud At Customer service.

Creates a Compute Cloud@Customer infrastructure. Once created, Oracle Services must connect the rack in the data center to this Oracle Cloud Infrastructure resource.

Example Usage

resource "oci_compute_cloud_at_customer_ccc_infrastructure" "test_ccc_infrastructure" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.ccc_infrastructure_display_name
	subnet_id = oci_core_subnet.test_subnet.id

	#Optional
	ccc_upgrade_schedule_id = oci_compute_cloud_at_customer_ccc_upgrade_schedule.test_ccc_upgrade_schedule.id
	connection_details = var.ccc_infrastructure_connection_details
	connection_state = var.ccc_infrastructure_connection_state
	defined_tags = {"foo-namespace.bar-key"= "value"}
	description = var.ccc_infrastructure_description
	freeform_tags = {"bar-key"= "value"}
}

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

Import

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

$ terraform import oci_compute_cloud_at_customer_ccc_infrastructure.test_ccc_infrastructure "id"