oci_fleet_apps_management_provision

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

Creates a Provision.

Example Usage

resource "oci_fleet_apps_management_provision" "test_provision" {
	#Required
	compartment_id = var.compartment_id
	config_catalog_item_id = oci_fleet_apps_management_catalog_item.test_catalog_item.id
	fleet_id = oci_fleet_apps_management_fleet.test_fleet.id
	package_catalog_item_id = oci_fleet_apps_management_catalog_item.test_catalog_item.id
	tf_variable_region_id = oci_identity_region.test_region.id
	tf_variable_tenancy_id = oci_identity_tenancy.test_tenancy.id

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	display_name = var.provision_display_name
	freeform_tags = {"bar-key"= "value"}
	provision_description = var.provision_provision_description
	tf_variable_compartment_id = oci_identity_compartment.test_compartment.id
	tf_variable_current_user_id = oci_identity_user.test_user.id
}

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

Import

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

$ terraform import oci_fleet_apps_management_provision.test_provision "id"