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
Terraform provider for [Sentry](https://sentry.io).
@@ -19,15 +18,15 @@ Pre-compiled binaries are available from the [Releases](https://github.com/jiany
19
18
20
19
## Development
21
20
21
+
If you wish to work on the provider, you will need to install [Go](https://go.dev/doc/install) (We use >= 1.17) on your machine.
22
+
22
23
### Test
23
24
24
-
Test the provider by running `make test`.
25
+
In order to run the full suite of acceptance tests, run `make testacc`.
25
26
26
-
Make sure to set the following environment variables:
27
+
Make sure to set the following environment variables beforehand:
27
28
28
29
-`SENTRY_TEST_ORGANIZATION`
29
30
-`SENTRY_TOKEN`
30
31
31
-
### Build
32
-
33
-
See the [Writing Custom Providers page of the Terraform documentation](https://www.terraform.io/docs/extend/writing-custom-providers.html#building-the-plugin) for instructions.
32
+
*Note:* Acceptance tests create real resources, and often cost money to run.
0 commit comments