With these changes, the resources and datasources zitadel_idp_saml and zitadel_org_idp_saml are added.
For simplicity, a field like metadata_url is omitted.
Metadata can be resolved using Terraform from a URL, using the http or terracurl data source.
Also, XML files can be read using Terraform and the local_file datasource, for example
This is explained in the docs page, too.
Closes #109
Definition of Ready
[x] Short description of the feature/issue is added in the pr description
[x] PR is linked to the corresponding user story
[x] Acceptance criteria are met
[x] All open todos and follow ups are defined in a new ticket and justified
[x] Deviations from the acceptance criteria and design are agreed with the PO and documented.
[x] No debug or dead code
[x] My code has no repetitions
[x] All non-functional requirements are met
[x] The generic lifecycle acceptance test passes for affected resources.
[x] Examples are up-to-date and meaningful. The provider version is incremented.
With these changes, the resources and datasources zitadel_idp_saml and zitadel_org_idp_saml are added.
For simplicity, a field like metadata_url is omitted. Metadata can be resolved using Terraform from a URL, using the http or terracurl data source. Also, XML files can be read using Terraform and the local_file datasource, for example This is explained in the docs page, too.
Closes #109
Definition of Ready