Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 1, 2021
1 parent e58af28 commit 795083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ locals {

_ec2_role_name = var.ec2_role_name != "" ? var.ec2_role_name : var.role_name
role_name = format("%v%v", lookup(local._prefixes, "role", ""), var.role_name)
saml_string = var.saml_provider_arn != "" ? "SAML" : ""
saml_string = var.saml_provider_arn != "" ? "SAML " : ""
role_description = format("%vRole for %v", local.saml_string, var.role_name)
policy_name = format("%v%v", lookup(local._prefixes, "policy", ""), var.role_name)
ec2_role_name = format("%v-ec2-%v", lookup(local._prefixes, "role", ""), local._ec2_role_name)
Expand Down

0 comments on commit 795083b

Please sign in to comment.