From 72aab5a13fca4427c8f90fc9b109ec6f2232d125 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Fri, 7 Apr 2017 13:14:22 +0100 Subject: [PATCH] Removing an unneeded line --- website/source/docs/providers/opc/index.html.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/website/source/docs/providers/opc/index.html.markdown b/website/source/docs/providers/opc/index.html.markdown index 1086f310a..b23d54687 100644 --- a/website/source/docs/providers/opc/index.html.markdown +++ b/website/source/docs/providers/opc/index.html.markdown @@ -45,7 +45,6 @@ The following arguments are supported: * `endpoint` - (Optional) The API endpoint to use, associated with your Oracle Public Cloud account. This is known as the `REST Endpoint` within the Oracle portal. It can also be sourced from the `OPC_ENDPOINT` environment variable. -Max num seconds to wait for successful response when operating on resources within OPC (defaults to 3000) * `max_retry_timeout` - (Optional) The maximum number of seconds to wait for a successful response when operating on resources within Oracle Public Cloud. It can also be sourced from the `OPC_MAX_RETRY_TIMEOUT` environment variable. Defaults to 3000 seconds. ## Testing