oci_bds_bds_capacity_report

This resource provides the Bds Capacity Report resource in Oracle Cloud Infrastructure Big Data Service service. Customer would require BDS_READ permission for the target compartment.

Create a detailed capacity report for BDS service

Example Usage

resource "oci_bds_bds_capacity_report" "test_bds_capacity_report" {
	#Required
	compartment_id = var.compartment_id
	shape_availabilities {
		#Required
		shape = var.bds_capacity_report_shape_availabilities_shape

		#Optional
		shape_config {

			#Optional
			memory_in_gbs = var.bds_capacity_report_shape_availabilities_shape_config_memory_in_gbs
			nvmes = var.bds_capacity_report_shape_availabilities_shape_config_nvmes
			ocpus = var.bds_capacity_report_shape_availabilities_shape_config_ocpus
		}
	}
}

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

Import

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

$ terraform import oci_bds_bds_capacity_report.test_bds_capacity_report "id"