Skip to content

Commit 6dc4b35

Browse files
author
Sean Sain
committed
Sumologic -> Sumo Logic, fix some docs
1 parent 181837a commit 6dc4b35

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

website/docs/index.html.markdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
layout: "sumologic"
33
page_title: "Provider: SumoLogic"
44
description: |-
5-
This provider is used to manage resources supported by Sumologic.
5+
This provider is used to manage resources supported by Sumo Logic.
66
---
77

8-
# Sumologic Provider
9-
This provider is used to manage resources supported by Sumologic. The provider needs to be configured with the proper credentials before it can be used.
8+
# Sumo Logic Provider
9+
This provider is used to manage resources supported by Sumo Logic. The provider needs to be configured with the proper credentials before it can be used.
1010

1111
## Example Usage
1212
```hcl
13-
# Configure the Sumologic Provider
13+
# Configure the Sumo Logic Provider
1414
provider "sumologic" {
1515
access_id = "${var.sumologic_access_id}"
1616
access_key = "${var.sumologic_access_key}"
@@ -69,11 +69,11 @@ provider "sumologic" { }
6969
```bash
7070
$ export SUMOLOGIC_ACCESSID="your-access-id"
7171
$ export SUMOLOGIC_ACCESSKEY="your-access-key"
72+
$ export SUMOLOGIC_ENVIRONMENT=us2
7273
$ terraform plan
7374
```
7475

7576
## Argument Reference
76-
- `access_id` - (Optional) This is the Sumo Logic Access ID. It must be provided, but it can also be source from the SUMOLOGIC_ACCESSID environment variable.
77-
- `access_key` - (Optional) This is the Sumo Logic Access Key. It must be provided, but it can also be sourced from the SUMOLOGIC_ACCESSKEY variable.
78-
- `environment` - (Optional) This is the API endpoint to use. Default is `us2`. See the [Sumo Logic documentation](https://help.sumologic.com/APIs/General_API_Information/Sumo_Logic_Endpoints_and_Firewall_Security) for details on which environment you should use. This value can also be source from the SUMOLOGIC_ENVIRONMENT variable.
79-
- `base_url` - (Optional) This is the API endpoint base URL to use. You can specify that instead of the environment. It can also be sourced from SUMOLOGIC_BASE_URL environment variable.
77+
- `access_id` - (Required) This is the Sumo Logic Access ID. It must be provided, but it can also be source from the SUMOLOGIC_ACCESSID environment variable.
78+
- `access_key` - (Required) This is the Sumo Logic Access Key. It must be provided, but it can also be sourced from the SUMOLOGIC_ACCESSKEY variable.
79+
- `environment` - (Required) This is the API endpoint to use. See the [Sumo Logic documentation](https://help.sumologic.com/APIs/General_API_Information/Sumo_Logic_Endpoints_and_Firewall_Security) for details on which environment you should use. It must be provided, but it can be sourced from the SUMOLOGIC_ENVIRONMENT variable.

website/sumologic.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</li>
88

99
<li>
10-
<a href="/docs/providers/sumologic/index.html">SumoLogic Provider</a>
10+
<a href="/docs/providers/sumologic/index.html">Sumo Logic Provider</a>
1111
</li>
1212

1313
<li>

0 commit comments

Comments
 (0)