oci_fleet_apps_management_onboarding

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

Onboard a tenant to Fleet Application Management Service

Example Usage

resource "oci_fleet_apps_management_onboarding" "test_onboarding" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	is_cost_tracking_tag_enabled = var.onboarding_is_cost_tracking_tag_enabled
	is_fams_tag_enabled = var.onboarding_is_fams_tag_enabled
}

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

Import

Import is not supported for this resource.