We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e250a commit 22e7f8cCopy full SHA for 22e7f8c
main.tf
@@ -56,7 +56,7 @@ locals {
56
}
57
58
data "aws_cloudwatch_event_bus" "this" {
59
- count = var.create && var.create_bus ? 0 : 1
+ count = var.create && var.create_bus ? 1 : 0
60
61
name = var.bus_name
62
0 commit comments