Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New data source: okta_app_user_assignments #501

Merged
merged 8 commits into from
Jun 22, 2021

Conversation

ymylei
Copy link
Contributor

@ymylei ymylei commented May 31, 2021

Creates a new data source, intended to replace the users data on the okta_app_* data sources.

Initial implementation only provides the list of users IDs, which is the same thing being provided directly in the data sources now.

@ymylei
Copy link
Contributor Author

ymylei commented May 31, 2021

Test results:

➜  terraform-provider-okta git:(data_user_assignments) TEST_FILTER="TestAccOktaDataSourceAppUserAssignments_read" make testacc
go mod tidy
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v  -run TestAccOktaDataSourceAppUserAssignments_read -timeout 120m
?       github.com/okta/terraform-provider-okta [no test files]
=== RUN   TestAccOktaDataSourceAppUserAssignments_read
--- PASS: TestAccOktaDataSourceAppUserAssignments_read (13.64s)
PASS
ok      github.com/okta/terraform-provider-okta/okta    13.866s
?       github.com/okta/terraform-provider-okta/sdk     [no test files]

@bogdanprodan-okta bogdanprodan-okta merged commit 4111672 into okta:master Jun 22, 2021
ymylei added a commit to ymylei/terraform-provider-okta that referenced this pull request Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants