From a89321921e03cf9fba461a1f1c7e3438590bd824 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:43:46 -0500 Subject: [PATCH] Fix the source of the domain module to match other modules --- terraform/production/production.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/production/production.tf b/terraform/production/production.tf index 32f18da3d6..a944591f95 100644 --- a/terraform/production/production.tf +++ b/terraform/production/production.tf @@ -21,7 +21,7 @@ module "production" { # of Terraform. To address this, we should manage deployment of gsa-fac in # Terraform. module "domain" { - source = "github.com/18f/terraform-cloudgov//domain?ref=v0.7.0" + source = "github.com/gsa-tts/terraform-cloudgov//domain?ref=v1.1.0" cf_org_name = "gsa-tts-oros-fac" cf_space_name = "production"