oci_adm_knowledge_base

This resource provides the Knowledge Base resource in Oracle Cloud Infrastructure Adm service.

Creates a new Knowledge Base.

Example Usage

resource "oci_adm_knowledge_base" "test_knowledge_base" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	display_name = var.knowledge_base_display_name
	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 Knowledge Base * update - (Defaults to 20 minutes), when updating the Knowledge Base * delete - (Defaults to 20 minutes), when destroying the Knowledge Base

Import

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

$ terraform import oci_adm_knowledge_base.test_knowledge_base "id"