Data Source: oci_resourcemanager_stacks

This data source provides the list of Stacks in Oracle Cloud Infrastructure Resource Manager service.

Returns a list of stacks. - If called using the compartment ID, returns all stacks in the specified compartment. - If called using the stack ID, returns the specified stack.

Example Usage

data "oci_resourcemanager_stacks" "test_stacks" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.stack_display_name
	id = var.stack_id
	state = var.stack_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Stack Reference

The following attributes are exported: