Skip to content

Commit

Permalink
Merge pull request #1249 from GSA-TTS/main
Browse files Browse the repository at this point in the history
2023-06-12 6c66c43 main -> prod
  • Loading branch information
mogul authored Jun 13, 2023
2 parents 84bd28e + 29bed4c commit 74dd993
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions terraform/production/production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@ module "production" {
postgrest_image = var.postgrest_image
clamav_image = var.clamav_image
}

module "domain" {
source = "github.com/18f/terraform-cloudgov//domain?ref=v0.7.0"

cf_org_name = "gsa-tts-oros-fac"
cf_space_name = "production"
app_name_or_id = "gsa-fac"
cdn_plan_name = "domain"
domain_name = "fac.gov"
host_name = "app"
depends_on = [
module.production
]
}

0 comments on commit 74dd993

Please sign in to comment.