Data Source: oci_functions_functions_runtimes

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

Fetches a wrapped list of all FunctionsRuntimes. Returns a FunctionsRuntimeCollection containing an array of FunctionsRuntimeSummary response models.

Example Usage

data "oci_functions_functions_runtimes" "test_functions_runtimes" {

	#Optional
	functions_runtime_id = var.functions_runtime_id
	language = var.functions_runtime_language
	name = var.functions_runtime_name
	name_contains = var.functions_runtime_name_contains
	name_starts_with = var.functions_runtime_name_starts_with
	os = var.functions_runtime_os
	state = var.functions_runtime_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

FunctionsRuntime Reference

The following attributes are exported: