You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"oci_functions_invoke_function" {
source="./modules/oci/r/oci_functions_invoke_function"# base64_encode_content - (optional) is a type of boolbase64_encode_content=null# fn_intent - (optional) is a type of stringfn_intent=null# fn_invoke_type - (optional) is a type of stringfn_invoke_type=null# function_id - (required) is a type of stringfunction_id=null# input_body_source_path - (optional) is a type of stringinput_body_source_path=null# invoke_function_body - (optional) is a type of stringinvoke_function_body=null# invoke_function_body_base64_encoded - (optional) is a type of stringinvoke_function_body_base64_encoded=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"oci_functions_invoke_function""this" {
# base64_encode_content - (optional) is a type of boolbase64_encode_content=var.base64_encode_content# fn_intent - (optional) is a type of stringfn_intent=var.fn_intent# fn_invoke_type - (optional) is a type of stringfn_invoke_type=var.fn_invoke_type# function_id - (required) is a type of stringfunction_id=var.function_id# input_body_source_path - (optional) is a type of stringinput_body_source_path=var.input_body_source_path# invoke_function_body - (optional) is a type of stringinvoke_function_body=var.invoke_function_body# invoke_function_body_base64_encoded - (optional) is a type of stringinvoke_function_body_base64_encoded=var.invoke_function_body_base64_encodeddynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}