-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[buddy] Add saml_idp_service_provider resource support to the terraform provider #51868
base: master
Are you sure you want to change the base?
Conversation
@tigrato - this PR will require admin approval to merge due to its size. Consider breaking it up into a series smaller changes. |
Amplify deployment status
|
I think @flyinghermit wanted to do a few checks and observe computed fields. Have you got a chance to do them? |
Sorry I haven't been able to get to this yet. I will try to get to the review early next week. The gist is, there are guided and generic SAML service provider configuration. Guided ones are what we call "preset" ones. For both generic and preset types, This ticket elaborates more on the issue and is a precursor to support both the generic and preset SAML service provider in terraform #43431. Edit: Many thanks @dangorst1066 for initiating this PR. |
Buddy PR for #51586
Fixes #41874 adding a terraform resource and data source for saml_idp_service_provider
Changelog: Add support for
saml_idp_service_provider
objects in Terraform module.