Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Support for Linkedin connection provider config #222

Merged

Conversation

relu
Copy link
Contributor

@relu relu commented May 5, 2020

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

Fixes #219

Changes proposed in this pull request:

  • Add support for the Linkedin connection provider configuration

Output from acceptance testing:

$ make testacc TESTS=TestAccConnectionLinkedin
==> Checking that code complies with gofmt requirements...
?       github.com/terraform-providers/terraform-provider-auth0 [no test files]
=== RUN   TestAccConnectionLinkedin
--- PASS: TestAccConnectionLinkedin (1.57s)
PASS
coverage: 11.9% of statements
ok      github.com/terraform-providers/terraform-provider-auth0/auth0   1.586s  coverage: 11.9% of statements
?       github.com/terraform-providers/terraform-provider-auth0/auth0/internal/debug    [no test files]
testing: warning: no tests to run
PASS
coverage: 0.0% of statements
ok      github.com/terraform-providers/terraform-provider-auth0/auth0/internal/random   0.014s  coverage: 0.0% of statements [no tests to run]
testing: warning: no tests to run
PASS
coverage: 0.0% of statements
ok      github.com/terraform-providers/terraform-provider-auth0/auth0/internal/validation       0.002s  coverage: 0.0% of statements [no tests to run]
?       github.com/terraform-providers/terraform-provider-auth0/version [no test files]

Copy link
Owner

@alexkappa alexkappa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done @relu, thanks! Please rebase and its good to go

auth0/resource_auth0_connection.go Show resolved Hide resolved
auth0/resource_auth0_connection_test.go Show resolved Hide resolved
@alexkappa alexkappa merged commit b86ac0c into alexkappa:master May 7, 2020
@relu relu deleted the linkedin-connection-provider-support branch May 7, 2020 07:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lack of support for some connection providers options
2 participants