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 5fce398 commit 00040ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam-saml/policy_data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_iam_policy_document" "saml_assume" {

principals {
type = "Federated"
identifiers = [aws_iam_saml_provider.saml.arn]
identifiers = [aws_iam_saml_provider.saml[0].arn]
}

condition {
Expand Down

0 comments on commit 00040ec

Please sign in to comment.