oci_generative_ai_hosted_application_storage

This resource provides the Hosted Application Storage resource in Oracle Cloud Infrastructure Generative AI service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/generative-ai/latest/HostedApplicationStorage

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

Creates a hosted application storage.

Example Usage

resource "oci_generative_ai_hosted_application_storage" "test_hosted_application_storage" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.hosted_application_storage_display_name
	storage_type = var.hosted_application_storage_storage_type

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	description = var.hosted_application_storage_description
	freeform_tags = {"Department"= "Finance"}
}

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

Import

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

$ terraform import oci_generative_ai_hosted_application_storage.test_hosted_application_storage "id"