From 43818a6df483ea94c9517ce9d45ba5872748137e Mon Sep 17 00:00:00 2001 From: John Skiles Skinner Date: Wed, 17 Jul 2024 17:00:21 -0700 Subject: [PATCH] Add a note about an upgrade I don't feel good about making just now --- terraform/production/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/production/main.tf b/terraform/production/main.tf index 19d5c8fbd..710b32b15 100644 --- a/terraform/production/main.tf +++ b/terraform/production/main.tf @@ -59,7 +59,7 @@ module "api_network_route" { # https://cloud.gov/docs/services/external-domain-service/#how-to-create-an-instance-of-this-service ########################################################################### module "domain" { - source = "github.com/18f/terraform-cloudgov//domain?ref=v0.7.1" + source = "github.com/18f/terraform-cloudgov//domain?ref=v0.7.1" # TODO: upgrade this cf_org_name = local.cf_org_name cf_space_name = local.cf_space_name