Skip to content

Commit dc1f3ac

Browse files
Update README.md
1 parent ecc37fd commit dc1f3ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ To run a specific acceptance test, run `go test -v ./sumologic -run YourSpecifi
5757

5858
*Note:*
5959
- Acceptance tests *create real resources*, and often cost money to run. The environment variables `SUMOLOGIC_ACCESSID`, `SUMOLOGIC_ACCESSKEY`, `SUMOLOGIC_ENVIRONMENT` / `SUMOLOGIC_BASE_URL`, and `TF_ACC` must also be set for acceptance tests to work properly.
60-
- For example, you can generate a personal access key in stag-alpha. Once your test runs, you are then capable of viewing the real resources created by Terraform in the stag-alpha UI.
60+
- For example, you can generate a personal access key from your environment. Once your test runs, you are then capable of viewing the real resources created by Terraform in the UI.
6161
```sh
6262
$ export SUMOLOGIC_ACCESSID="yourAccessID"
6363
$ export SUMOLOGIC_ACCESSKEY="yourAccessKey"
64-
$ export SUMOLOGIC_ENVIRONMENT="stag"
65-
$ export SUMOLOGIC_BASE_URL="stag api url"
64+
$ export SUMOLOGIC_ENVIRONMENT="yourEnvironment"
65+
$ export SUMOLOGIC_BASE_URL="yourEnvironmentAPIUrl"
6666
$ export TF_ACC=1
6767
```
6868
- More information on configuration can be found at the [Terraform Provider codelabs documentation](https://github.com/Sanyaku/codelabs/blob/master/backend/pages/SumoLogicTerraformProvider.md).

0 commit comments

Comments
 (0)