Skip to content

Commit

Permalink
Build just dev for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikereiddigital committed Mar 4, 2024
1 parent 2286c9a commit 09f01c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/environments/core-vpc/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ module "vpc" {

# build_firehose = anytrue([local.is-development, local.is-production])

build_firehose = (local.is-development == true && each.key == "hmpps-development") || (local.is-production == true && each.key == "hmpps-production")

build_firehose = (local.is-development == true && each.key == "hmpps-development")
# Tags
tags_common = local.tags
tags_prefix = each.key
Expand Down

0 comments on commit 09f01c8

Please sign in to comment.