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

okta_idp_social as data source #334

Closed
hendstephen opened this issue Feb 17, 2021 · 4 comments · Fixed by #337
Closed

okta_idp_social as data source #334

hendstephen opened this issue Feb 17, 2021 · 4 comments · Fixed by #337
Labels
enhancement Asking for new behavior or feature new-data-source New TF data source

Comments

@hendstephen
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Request to add okta_idp_social as a data source. Right now it is only available as a resource, and I cannot reference social IDP's as data sources through the okta_idp_oidc data source.

New or Affected Resource(s)

  • okta_idp_social

Potential Terraform Configuration

data "okta_idp_social" "google" {
  name = "Google"
}

References

@hendstephen hendstephen added the enhancement Asking for new behavior or feature label Feb 17, 2021
@bogdanprodan-okta bogdanprodan-okta added the new-data-source New TF data source label Feb 17, 2021
@bogdanprodan-okta
Copy link
Contributor

Hi @hendstephen! Thanks for submitting this issue! I'll try to add the okta_idp_oidc as a data source into our next release, which will be available by the end of this month.

@hendstephen
Copy link
Author

@bogdanprodan-okta Just want to confirm, do you mean okta_idp_social? The okta_idp_oidc resource already exists as a data source, but I can't import social providers using it.

@bogdanprodan-okta
Copy link
Contributor

@bogdanprodan-okta Just want to confirm, do you mean okta_idp_social? The okta_idp_oidc resource already exists as a data source, but I can't import social providers using it.

yes, that's what I meant :)

@hendstephen
Copy link
Author

@bogdanprodan-okta Awesome, thanks for the quick reply! I'll keep an eye out for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Asking for new behavior or feature new-data-source New TF data source
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants