oci_fleet_apps_management_property

This resource provides the Property resource in Oracle Cloud Infrastructure Fleet Apps Management service.

Creates a new Property.

Example Usage

resource "oci_fleet_apps_management_property" "test_property" {
	#Required
	compartment_id = var.compartment_id
	selection = var.property_selection
	value_type = var.property_value_type

	#Optional
	display_name = var.property_display_name
	values = var.property_values
}

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

Import

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

$ terraform import oci_fleet_apps_management_property.test_property "id"