Releases: sullivtr/terraform-provider-graphql
Releases · sullivtr/terraform-provider-graphql
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
v2.4.0
Changelog
- 0dc414d Add E2E test case for OAuth2 login API
- fe9f29d Add provider configuration documentation to official registry docs
- e8a0794 Add support for GraphQL API OAuth 2.0 authentication using a login query or mutation
- 87b84e4 Add support for terraform provider debugging
- a2333b0 Automatically re-generate models when running E2E tests
- df89e9a Do not unmarshal JSON response twice and remove the need to include the leading
data
segment from theoauth2_login_query_value_attribute
attribute - 8197e56 Ensure gql-server processes are always killed
- ff9ea57 Error if some but not all three OAuth 2.0 attributes are set:
oauth2_login_query
,oauth2_login_query_variables
andoauth2_login_query_value_attribute
- eab0294 Fail-fast if any bash command errors
- 6161229 Remove
ForceNew
on provider and datasource attributes - a1fde2b ensure build for darwin arm
- 8907b7b upgrade to go version 1.17
v2.3.0
Changelog
- 4c7e870 Allow to override default headers
- 83392d2 Merge pull request #51 from sullivtr/dependabot/npm_and_yarn/docsite/website/prismjs-1.25.0
- ce698f9 Merge pull request #53 from pdecat/fix-tests
- 7b67ac3 Merge pull request #54 from pdecat/http_trace
- 43c4536 Merge pull request #57 from samm-git/override-headers
- a20ce2a chore(deps): bump prismjs from 1.24.0 to 1.25.0 in /docsite/website
- 45d8745 feat: enable HTTP tracing in debug logging level or higher
- eacfa2b fix: properly set exit_status
v2.2.0
Changelog
6875f61 Merge pull request #45 from sullivtr/iss37-force-replace-option
73d20e2 iss33: add another acceptance test for force replace, and bump TF version for e2e
efea9db iss37: force replace option
f589111 iss37: modify path to go release e2e cofnig
b5f0696 iss37: refactor to support a cleaner hook execution
ec677ef iss37: update documentation to reference new force_replace option
2c92e15 iss37: update go and tf versions for github actions
035dc7f refactor test to handle differences in how terraform versions refresh outputs, add better err messaging, stop setting id on updates