oci_datacatalog_catalog

This resource provides the Catalog resource in Oracle Cloud Infrastructure Data Catalog service.

Creates a new data catalog instance that includes a console and an API URL for managing metadata operations. For more information, please see the documentation.

Example Usage

resource "oci_datacatalog_catalog" "test_catalog" {
	#Required
	compartment_id = var.compartment_id

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

Import

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

$ terraform import oci_datacatalog_catalog.test_catalog "id"