Skip to content

Commit

Permalink
Fix the source of the domain module to match other modules (#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa authored Nov 15, 2024
1 parent 0c79ba8 commit c394e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/production/production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c394e21

Please sign in to comment.