oci_service_catalog_service_catalog

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

Creates a brand new service catalog in a given compartment.

Example Usage

resource "oci_service_catalog_service_catalog" "test_service_catalog" {
	#Required
	compartment_id = var.compartment_id
	display_name = var.service_catalog_display_name

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

Import

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

$ terraform import oci_service_catalog_service_catalog.test_service_catalog "id"