You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enforce validation of `inventory_type` for sumologic_cse_inventory_entity_group_configuration ( fix documentation too ) (GH-521)
37
+
38
+
## 2.22.1 (May 15, 2023)
39
+
FEATURES:
40
+
* resource/sumologic_slo: Added support for associating tags with an SLO
41
+
42
+
## 2.22.0 (March 23, 2023)
43
+
FEATURES:
44
+
* resource/sumologic_monitor: Added support for creating SLO Monitors with multiple burn rates (GH-499)
45
+
* Add new optional `resolution_payload` field to connection resource and `resolution_payload_override` field to notifications section of monitor resource (GH-482)
* Remove thresholdType field under searchSchedule in content resource (GH-483)
50
+
51
+
DEPRECATIONS:
52
+
53
+
* resource/sumologic_monitor: Deprecated `burn_rate_threshold` and `time_range` in favor of `burn_rate` inside `slo_burn_rate_condition` block (GH-499)
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,20 @@ Then run `terraform init` to initialize it.
53
53
54
54
In order to run the full suite of Acceptance tests, run `make testacc`.
55
55
56
+
To run a specific acceptance test, run `go test -v ./sumologic -run YourSpecificTestName`
57
+
56
58
*Note:*
57
-
- Acceptance tests *create real resources*, and often cost money to run. The environment variables `SUMOLOGIC_ACCESSID`, `SUMOLOGIC_ACCESSKEY`, and `SUMOLOGIC_ENVIRONMENT` must also be set for acceptance tests to work properly.
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).
- More information on configuration can be found at the [Terraform Provider codelabs documentation](https://github.com/Sanyaku/codelabs/blob/master/backend/pages/SumoLogicTerraformProvider.md).
69
+
58
70
- Environment variable `SUMOLOGIC_TEST_GOOGLE_APPLICATION_CREDENTIALS` must be setfor gcp metrics acceptance tests to work properly (ex. below).
0 commit comments