locals.tf 167 B

123456
  1. locals {
  2. ghes_url = {
  3. test = "https://github.xdrtest.accenturefederalcyber.com"
  4. prod = "https://github.xdr.accenturefederalcyber.com"
  5. }[var.environment]
  6. }