Skip to content

Commit ecc37fd

Browse files
Update README.md
1 parent 7a1a5bc commit ecc37fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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 [here](https://cse-stag-alpha.stag.sumologic.net/ui/#/preferences). Once your test runs, you are then capable of viewing the real resources created by Terraform in the [stag-alpha UI](https://cse-stag-alpha.stag.sumologic.net/sec/hud?hours=24).
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.
6161
```sh
6262
$ export SUMOLOGIC_ACCESSID="yourAccessID"
6363
$ export SUMOLOGIC_ACCESSKEY="yourAccessKey"
6464
$ export SUMOLOGIC_ENVIRONMENT="stag"
65-
$ export SUMOLOGIC_BASE_URL="https://stag-api.sumologic.net/api/"
65+
$ export SUMOLOGIC_BASE_URL="stag api url"
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)