oci_functions_invoke_function

This resource provides the Invoke Function resource in Oracle Cloud Infrastructure Functions service.

Invokes a function

Example Usage

resource "oci_functions_invoke_function" "test_invoke_function" {
	#Required
	function_id = oci_functions_function.test_function.id

	#Optional
	invoke_function_body = var.invoke_function_invoke_function_body
	fn_intent = var.invoke_function_fn_intent
	fn_invoke_type = var.invoke_function_fn_invoke_type
	base64_encode_content = false
}

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

Import

Import is not supported for this resource.