We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bca85 commit 24c76cfCopy full SHA for 24c76cf
main.tf
@@ -98,9 +98,6 @@ data "http" "saml_metadata" {
98
count = var.create_opensearch && var.enable_saml ? 1 : 0
99
100
url = "https://portal.sso.${var.region}.amazonaws.com/saml/metadata/${var.sso_entity_id}"
101
- request_headers = {
102
- Accept = "application/json"
103
- }
104
}
105
106
resource "aws_opensearch_domain_saml_options" "this" {
0 commit comments