oci_service_catalog_service_catalog_association

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

Creates an association between service catalog and a resource.

Example Usage

resource "oci_service_catalog_service_catalog_association" "test_service_catalog_association" {
	#Required
	entity_id = oci_service_catalog_entity.test_entity.id
	service_catalog_id = oci_service_catalog_service_catalog.test_service_catalog.id

	#Optional
	entity_type = var.service_catalog_association_entity_type
}

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

Import

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

$ terraform import oci_service_catalog_service_catalog_association.test_service_catalog_association "id"