Skip to content

Commit d8ee1eb

Browse files
authored
Merge pull request #3 from avlcloudtechnologies/bug/fix-saml-metadata
Fix saml metadata
2 parents e8bca85 + 24c76cf commit d8ee1eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ data "http" "saml_metadata" {
9898
count = var.create_opensearch && var.enable_saml ? 1 : 0
9999

100100
url = "https://portal.sso.${var.region}.amazonaws.com/saml/metadata/${var.sso_entity_id}"
101-
request_headers = {
102-
Accept = "application/json"
103-
}
104101
}
105102

106103
resource "aws_opensearch_domain_saml_options" "this" {

0 commit comments

Comments
 (0)