diff options
| author | Zooopx <xuzhang3@microsoft.com> | 2022-05-23 17:09:20 +0800 |
|---|---|---|
| committer | Zooopx <xuzhang3@microsoft.com> | 2022-05-23 17:09:20 +0800 |
| commit | 9de67361120930dd005470af093beb014e2e9d54 (patch) | |
| tree | 200fdd7e0ad32ebb658fad6a78064f7e70a2fbb7 /website | |
| parent | 33cef9617e16ebd6c200a590345f1de5dec4ac4f (diff) | |
doc update
Diffstat (limited to 'website')
| -rw-r--r-- | website/docs/r/serviceendpoint_octopusdeploy.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/docs/r/serviceendpoint_octopusdeploy.html.markdown b/website/docs/r/serviceendpoint_octopusdeploy.html.markdown index d861c47c..71c229be 100644 --- a/website/docs/r/serviceendpoint_octopusdeploy.html.markdown +++ b/website/docs/r/serviceendpoint_octopusdeploy.html.markdown @@ -36,7 +36,7 @@ The following arguments are supported: - `project_id` - (Required) The ID of the project. - `service_endpoint_name` - (Required) The Service Endpoint name. - `url` - (Required) Octopus Server url. -- `api_key` - (Required) API key for connection to Octopus Deploy. +- `api_key` - (Required) API key to connect to Octopus Deploy. - `ignore_ssl_error` - (Optional) Whether to ignore SSL errors when connecting to the Octopus server from the agent. Default to `false`. - `description` - (Optional) The Service Endpoint description. Defaults to `Managed by Terraform`. |
