Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Oct 18, 2023
1 parent 69d8e89 commit f1b07f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_dir/project2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {

module "conditionally_used_dev_module" {
source = "./dev"
count = var.environment == "dev" ? 1 : 0
count = var.environment == "dev" ? 1 : 0
}

module "conditionally_used_staging_module" {
Expand Down

0 comments on commit f1b07f8

Please sign in to comment.