-
Notifications
You must be signed in to change notification settings - Fork 17
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
[zitadel/terraform-provider-zitadel#205] Add idp_oidc #206
base: main
Are you sure you want to change the base?
Conversation
e758040
to
f072978
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested the functionality, everything seems to be in order.
Could you please also regenerate the docs that the datasource is also included?
Thank you for all your effort.
@@ -0,0 +1,16 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this template is not yet generated for the docs.
return &schema.Resource{ | ||
Description: "Resource representing an OIDC IDP on the instance.", | ||
Schema: map[string]*schema.Schema{ | ||
helper.OrgIDVar: helper.OrgIDResourceField, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idp_oidc does not need an OrgID as it is an instance level resource, please have a look at the other like idp_oauth resource as a reference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also the reason the testing fails in the pipeline.
Definition of Ready
Closes #205