We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have a question? Please checkout our Slack Community or visit our Slack Archive.
resource "aws_elasticsearch_domain_saml_options" "example" { domain_name = aws_elasticsearch_domain.example.domain_name saml_options { enabled = true idp { entity_id = "https://example.com" metadata_content = file("./saml-metadata.xml") } } }
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticsearch_domain_saml_options
For now, this resource can be created outside of the module and the module's domain_name output can be used as an input to the raw resource.
The text was updated successfully, but these errors were encountered:
Would be great to have this feature 🙏
Sorry, something went wrong.
No branches or pull requests
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticsearch_domain_saml_options
For now, this resource can be created outside of the module and the module's domain_name output can be used as an input to the raw resource.
The text was updated successfully, but these errors were encountered: