Data Source: oci_functions_functions

This data source provides the list of Functions in Oracle Cloud Infrastructure Functions service.

Lists functions for an application.

Example Usage

data "oci_functions_functions" "test_functions" {
	#Required
	application_id = oci_functions_application.test_application.id

	#Optional
	display_name = var.function_display_name
	id = var.function_id
	state = var.function_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Function Reference

The following attributes are exported: