Skip to content

Commit

Permalink
Merge pull request #38 from aedades/update-terraform-0.12
Browse files Browse the repository at this point in the history
Support terraform 0.12
  • Loading branch information
jianyuan authored Sep 10, 2019
2 parents 77a6d38 + ee48edc commit e6872e6
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Folders
_obj
_test
vendor

# Architecture specific extensions/prefixes
*.[568vq]
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,18 @@ To import a project:
```bash
$ terraform import sentry_project.default org-slug/project-slug
```

## Development

### Test

Test the provider by running `make test`.

Make sure to set the following environment variables:

- `SENTRY_TEST_ORGANIZATION`
- `SENTRY_TOKEN`

### Build

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.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/jianyuan/terraform-provider-sentry

require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/terraform v0.12.0
github.com/hashicorp/terraform v0.12.4
github.com/hashicorp/yamux v0.0.0-20180917205041-7221087c3d28 // indirect
github.com/jianyuan/go-sentry v1.2.0
github.com/mitchellh/go-homedir v1.1.0 // indirect
Expand Down
Loading

0 comments on commit e6872e6

Please sign in to comment.