oci_vbs_inst_vbs_instance

This resource provides the Vbs Instance resource in Oracle Cloud Infrastructure Vbs Inst service.

Creates a new VbsInstance.

Example Usage

resource "oci_vbs_inst_vbs_instance" "test_vbs_instance" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.vbs_instance_display_name
	name = var.vbs_instance_name

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	freeform_tags = {"bar-key"= "value"}
	idcs_access_token = var.vbs_instance_idcs_access_token
	is_resource_usage_agreement_granted = var.vbs_instance_is_resource_usage_agreement_granted
	resource_compartment_id = var.resource_compartment_id
}

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

Import

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

$ terraform import oci_vbs_inst_vbs_instance.test_vbs_instance "id"