oci_bds_bds_capacity_reservation

This resource provides the Bds Capacity Reservation resource in Oracle Cloud Infrastructure Big Data Service service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/bigdata/latest/BdsCapacityReservation

Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/big_data_service

Creates a reusable BDS capacity reservation resource.

Example Usage

resource "oci_bds_bds_capacity_reservation" "test_bds_capacity_reservation" {
	#Required
	compartment_id = var.compartment_id
	compute_capacity_reservations {

		#Optional
		domain1reservation_id = var.domain1reservation_id
		domain2reservation_id = var.domain2reservation_id
		domain3reservation_id = var.domain3reservation_id
	}
	display_name = var.bds_capacity_reservation_display_name

	#Optional
	defined_tags = var.bds_capacity_reservation_defined_tags
	freeform_tags = var.bds_capacity_reservation_freeform_tags
}

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

Import

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

$ terraform import oci_bds_bds_capacity_reservation.test_bds_capacity_reservation "id"