Skip to content

Commit baabd1d

Browse files
authored
Merge pull request #599 from SumoLogic/INVS-remove-links
INVS - remove readme stag references
2 parents 7a1a5bc + 58ae448 commit baabd1d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,15 @@ In order to run the full suite of Acceptance tests, run `make testacc`.
5656
To run a specific acceptance test, run `go test -v ./sumologic -run YourSpecificTestName`
5757

5858
*Note:*
59-
- 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).
59+
- 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. 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.
6160
```sh
6261
$ export SUMOLOGIC_ACCESSID="yourAccessID"
6362
$ export SUMOLOGIC_ACCESSKEY="yourAccessKey"
64-
$ export SUMOLOGIC_ENVIRONMENT="stag"
65-
$ export SUMOLOGIC_BASE_URL="https://stag-api.sumologic.net/api/"
63+
$ export SUMOLOGIC_ENVIRONMENT="yourEnvironment"
64+
$ export SUMOLOGIC_BASE_URL="yourEnvironmentAPIUrl"
6665
$ export TF_ACC=1
6766
```
68-
- More information on configuration can be found at the [Terraform Provider codelabs documentation](https://github.com/Sanyaku/codelabs/blob/master/backend/pages/SumoLogicTerraformProvider.md).
67+
- More information on configuration can be found [here](https://github.com/SumoLogic/terraform-provider-sumologic/blob/master/website/docs/index.html.markdown#environment-variables).
6968

7069
- Environment variable `SUMOLOGIC_TEST_GOOGLE_APPLICATION_CREDENTIALS` must be set for gcp metrics acceptance tests to work properly (ex. below).
7170
- export SUMOLOGIC_TEST_GOOGLE_APPLICATION_CREDENTIALS=`cat /path/to/service_acccount.json`

0 commit comments

Comments
 (0)