oci_fleet_apps_management_fleet_property

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

Creates a new FleetProperty.

Example Usage

resource "oci_fleet_apps_management_fleet_property" "test_fleet_property" {
	#Required
	compartment_id = var.compartment_id
	fleet_id = oci_fleet_apps_management_fleet.test_fleet.id
	property_id = oci_fleet_apps_management_property.test_property.id
	value = var.fleet_property_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 Fleet Property * update - (Defaults to 20 minutes), when updating the Fleet Property * delete - (Defaults to 20 minutes), when destroying the Fleet Property

Import

Import is not supported for this resource.