- bump GitHub action versions to latest
- don't use deprecated GoReleaser options
- use go 1.19 in GitHub action builds
- deps: upgrade terraform-plugin-docs to v0.14.1
- deps: upgrade git-chglog to v0.15.4
- deps: upgrade golangci-lint to v1.51.2
- deps: bump github.com/hashicorp/terraform-plugin-sdk/v2
- deps: bump github.com/stretchr/testify from 1.8.0 to 1.8.2
- deps: bump goreleaser/goreleaser-action from 3 to 4
- resource/snyk_integration: use oneOf validator for integration type
- resource/snyk_integration: add credentials validator for type attribute
- resource/snyk_integration: add configuration options for dependency auto-upgrade
- upgrade snyk-sdk-go to v0.4.1
- complete migration to terraform-plugin-framework v0.13.0
- don't run acceptance tests in parallel
- update snyk-sdk-go to v0.4.0
- deps: bump github.com/hashicorp/terraform-plugin-framework
- snyk_integration: rename pull_request_testing attribute to pull_request_sca
- fix provider version in example snippet
- resource/snyk_integration: add configuration options for pull request testing
- update snyk-sdk-go to v0.3.1
- fix caching for tools task in test workflow
- deps: bump github.com/hashicorp/terraform-plugin-sdk/v2
- deps: bump github.com/hashicorp/terraform-plugin-sdk/v2
- datasource/snyk_project: add new data source for projects
- upgrade snyk-sdk-go to v0.1.0
- resource/snyk_integration: fix plan and state handling by updating integration
- add validator with NotEmptyString() function
- resource/snyk_organization: add acceptance tests for organization resource
- set provider version via ldflags when releasing
- add debug support for provider
- consider envvars by provider configuration
- add how-to guide for provider authentication
- activate unit and acceptance tests workflows
- install golangci-lint via tools-as-dependencies
- deps: bump github.com/hashicorp/terraform-plugin-framework
- golangci-lint: replace deadcode and varcheck linter with unused
- resource/snyk_integration: add new resource for integrations
- use git-chglog for changelog generation
- install tfplugindocs via tool-as-dependencies
- add make targets to generate and validate docs
- datasource/snyk_organization: add new data source for organizations
- update readme and contribution guidelines
- resource/snyk_organization: add new resource for organizations
- upgrade snyk-sdk-go to latest dev version
- datasource/snyk_user: add new data source for users