Skip to content

Commit db10e00

Browse files
Update README.md
1 parent dc1f3ac commit db10e00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,14 @@ 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 from your environment. Once your test runs, you are then capable of viewing the real resources created by Terraform in the UI.
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"
6463
$ export SUMOLOGIC_ENVIRONMENT="yourEnvironment"
6564
$ 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).
6967

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

0 commit comments

Comments
 (0)