oci_adm_remediation_run

This resource provides the Remediation Run resource in Oracle Cloud Infrastructure Adm service.

Creates a new remediation run.

Example Usage

resource "oci_adm_remediation_run" "test_remediation_run" {
	#Required
	remediation_recipe_id = oci_adm_remediation_recipe.test_remediation_recipe.id

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

Import

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

$ terraform import oci_adm_remediation_run.test_remediation_run "id"