|
2 | 2 | layout: "sumologic" |
3 | 3 | page_title: "Provider: SumoLogic" |
4 | 4 | description: |- |
5 | | - This provider is used to manage resources supported by Sumologic. |
| 5 | + This provider is used to manage resources supported by Sumo Logic. |
6 | 6 | --- |
7 | 7 |
|
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. |
10 | 10 |
|
11 | 11 | ## Example Usage |
12 | 12 | ```hcl |
13 | | -# Configure the Sumologic Provider |
| 13 | +# Configure the Sumo Logic Provider |
14 | 14 | provider "sumologic" { |
15 | 15 | access_id = "${var.sumologic_access_id}" |
16 | 16 | access_key = "${var.sumologic_access_key}" |
@@ -69,11 +69,11 @@ provider "sumologic" { } |
69 | 69 | ```bash |
70 | 70 | $ export SUMOLOGIC_ACCESSID="your-access-id" |
71 | 71 | $ export SUMOLOGIC_ACCESSKEY="your-access-key" |
| 72 | +$ export SUMOLOGIC_ENVIRONMENT=us2 |
72 | 73 | $ terraform plan |
73 | 74 | ``` |
74 | 75 |
|
75 | 76 | ## 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. |
0 commit comments