oci_fleet_apps_management_fleet_property
This resource provides the Fleet Property resource in Oracle Cloud Infrastructure Fleet Apps Management service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/fleet-management/latest/FleetProperty
Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/fleet_apps_management
Add an existing global property to a fleet in Fleet Application Management.
Example Usage
resource "oci_fleet_apps_management_fleet_property" "test_fleet_property" {
#Required
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:
fleet_id- (Required) Unique Fleet identifier.property_id- (Required) OCID referring to global level metadata property.value- (Required) (Updatable) Value of the Property.
** 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:
allowed_values- Values of the property (must be a single value if selectionType = ‘SINGLE_CHOICE’).compartment_id- Compartment OCIDdisplay_name- A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information. Example:My new resourceid- The unique id of the resource.property_id- OCID referring to global level metadata property.selection_type- Text selection of the property.state- The current state of the FleetProperty.system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.free-tier-retained": "true"}time_created- The time this resource was created. An RFC3339 formatted datetime string.time_updated- The time this resource was last updated. An RFC3339 formatted datetime string.value- Value of the Property.value_type- Format of the value.
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.