config.tf 64 B

123
  1. locals {
  2. instance_count = var.environment == "prod" ? 1 : 0
  3. }