Skip to content

Commit

Permalink
Remove create_bus as a blocker for role_arn
Browse files Browse the repository at this point in the history
  • Loading branch information
icco authored Jun 20, 2021
1 parent d5b2737 commit f0a0b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
create_role = var.create && var.create_bus && var.create_role
create_role = var.create && var.create_role

# Defaulting to "*" (an invalid character for an IAM Role name) will cause an error when
# attempting to plan if the role_name and bus_name are not set. This is a workaround
Expand Down

0 comments on commit f0a0b92

Please sign in to comment.