Data Source: oci_fleet_apps_management_provision
This data source provides details about a specific Provision resource in Oracle Cloud Infrastructure Fleet Apps Management service.
Gets information about a Provision.
Example Usage
data "oci_fleet_apps_management_provision" "test_provision" {
	#Required
	provision_id = oci_fleet_apps_management_provision.test_provision.id
}
Argument Reference
The following arguments are supported:
- provision_id- (Required) The OCID of the FamProvision.
Attributes Reference
The following attributes are exported:
- compartment_id- The OCID of the compartment.
- config_catalog_item_display_name- A display Name of the Catalog Item in the Catalog.
- config_catalog_item_id- A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- config_catalog_item_listing_id- A listing ID of the Catalog Item in the Catalog.
- config_catalog_item_listing_version- A listing version of the Catalog Item in the Catalog.
- defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:- {"foo-namespace.bar-key": "value"}
- deployed_resources- The deployed resources and their summary- mode- The mode of the resource. Example: “managed”
- resource_instance_list- Collection of InstanceSummary
- resource_name- The name of the resource
- resource_provider- The name of the Provider
- resource_type- The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci_core_instance
 
- display_name- A user-friendly name. Does not have to be unique, and it’s changeable.
- fleet_id- The OCID of the Fleet.
- freeform_tags- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:- {"bar-key": "value"}
- id- The OCID of the FamProvision.
- lifecycle_details- A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- package_catalog_item_display_name- A display Name of the Catalog Item in the Catalog.
- package_catalog_item_id- The OCID of the Catalog Item.
- package_catalog_item_listing_id- A listing ID of the Catalog Item in the Catalog.
- package_catalog_item_listing_version- A listing version of the Catalog Item in the Catalog.
- provision_description- A description of the provision.
- rms_apply_job_id- The OCID of the RMS APPLY Job.
- stack_id- The OCID of the RMS Stack.
- state- The current state of the FamProvision.
- system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:- {"orcl-cloud.free-tier-retained": "true"}
- tf_outputs- Outputs from the Terraform Apply job- is_sensitive- The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- output_description- The output description
- output_name- The output name
- output_type- The output type
- output_value- The output value
 
- tf_variable_compartment_id- An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf_variable_current_user_id- An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf_variable_region_id- A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf_variable_tenancy_id- A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- time_created- The date and time the FamProvision was created, in the format defined by RFC 3339. Example:- 2016-08-25T21:10:29.600Z
- time_updated- The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:- 2016-08-25T21:10:29.600Z