DataDog / terraform-provider-datadog

Terraform Datadog provider
https://www.terraform.io/docs/providers/datadog/
Mozilla Public License 2.0
403 stars 380 forks source link

Enable upload IdP metadata file via terraform #2652

Open pawel-macionczyk opened 2 weeks ago

pawel-macionczyk commented 2 weeks ago

ATTENTION! The PR in Datadog Api Client Repo has to be merged first to correctly reference the structure SamlConfigurations in the code. For now the go.mod file is not updated until the mentioned PR will be merged.

This PR enables the possibility to upload IdP metadata using terraform provider.

Using this feature requires only providing the following section in the organization_settings resource:

  saml_configurations {
    idp_metadata= file("/path/to/metadata.xml")
  }