oci_optimizer_enrollment_status

This resource provides the Enrollment Status resource in Oracle Cloud Infrastructure Optimizer service.

Updates the enrollment status of the tenancy.

Example Usage

resource "oci_optimizer_enrollment_status" "test_enrollment_status" {
    #Required
    enrollment_status_id = oci_optimizer_enrollment_status.test_enrollment_status.id
    status = var.enrollment_status_status
}

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

Import

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

$ terraform import oci_optimizer_enrollment_status.test_enrollment_status "id"