Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 1, 2021
1 parent 3a897c4 commit 34b7fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam-saml/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ locals {
# }

data "external" "saml_metadata" {
program = ["bash", "${path.module}/bin/external_get_saml_metadata.sh"]
program = ["bash", "${path.module}/bin/external_get-saml-metadata.sh"]
# output {object}.results.{output_file,status,value}
query = {
"aws_environment" = local.account_environment
Expand Down

0 comments on commit 34b7fe4

Please sign in to comment.