oci_license_manager_configuration

This resource provides the Configuration resource in Oracle Cloud Infrastructure License Manager service.

Updates the configuration for the compartment.

Example Usage

resource "oci_license_manager_configuration" "test_configuration" {
	#Required
	compartment_id = var.compartment_id
	email_ids = var.configuration_email_ids
}

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

Import

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

$ terraform import oci_license_manager_configuration.test_configuration "configuration/compartmentId/{compartmentId}"