oci_fleet_apps_management_fleet_resource

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

Creates a new FleetResource.

Example Usage

resource "oci_fleet_apps_management_fleet_resource" "test_fleet_resource" {
	#Required
	compartment_id = var.compartment_id
	fleet_id = oci_fleet_apps_management_fleet.test_fleet.id
	resource_id = oci_cloud_guard_resource.test_resource.id
	tenancy_id = oci_identity_tenancy.test_tenancy.id

	#Optional
	resource_region = var.fleet_resource_resource_region
	resource_type = var.fleet_resource_resource_type
}

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

Import

Import is not supported for this resource.