Skip to content

Commit

Permalink
Merge pull request #27 from overmindtech/disable-demo
Browse files Browse the repository at this point in the history
Disable demo
  • Loading branch information
dylanratcliffe authored Sep 26, 2023
2 parents 8f65bba + 16d885c commit 27cccc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
locals {
include_loom_example = true
include_loom_example = false
}

# Example of Loom outage configuration
module "loom" {
count = local.include_loom_example ? 1 : 0

source = "./modules/loom"
}
}

0 comments on commit 27cccc1

Please sign in to comment.