alekc / terraform-provider-auth0

Mozilla Public License 2.0
18 stars 7 forks source link

Implement auth0_client data source #36

Closed bobhigs closed 2 years ago

bobhigs commented 2 years ago

Proposed Changes

Acceptance Test Output

$ make testacc TESTARGS="-run TestAccDataSourceClient"
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./auth0 -v -count 1 -parallel 10 -run TestAccDataSourceClient -timeout 15m -coverprofile="c.out"
=== RUN   TestAccDataSourceClient_Common
=== PAUSE TestAccDataSourceClient_Common
=== RUN   TestAccDataSourceClientZeroValueCheck
=== PAUSE TestAccDataSourceClientZeroValueCheck
=== RUN   TestAccDataSourceClientJwtScopes
=== PAUSE TestAccDataSourceClientJwtScopes
=== RUN   TestAccDataSourceClientMobile
=== PAUSE TestAccDataSourceClientMobile
=== CONT  TestAccDataSourceClient_Common
=== CONT  TestAccDataSourceClientMobile
=== CONT  TestAccDataSourceClientJwtScopes
=== CONT  TestAccDataSourceClientZeroValueCheck
--- PASS: TestAccDataSourceClient_Common (16.46s)
--- PASS: TestAccDataSourceClientJwtScopes (27.64s)
--- PASS: TestAccDataSourceClientMobile (35.62s)
--- PASS: TestAccDataSourceClientZeroValueCheck (37.44s)
PASS
coverage: 15.4% of statements
ok      github.com/alekc/terraform-provider-auth0/auth0 37.695s coverage: 15.4% of statements

Community Note

Checklist

alekc commented 2 years ago

/ok-to-test sha=389bf18

alekc commented 2 years ago

/ok-to-test sha=056676d