mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
Enable production deploy
This commit is contained in:
@@ -72,9 +72,10 @@ module "sns_sms" {
|
||||
###########################################################################
|
||||
# The following lines need to be commented out for the initial `terraform apply`
|
||||
# It can be re-enabled after:
|
||||
# TODO: decide on public API domain name
|
||||
# 1) the app has first been deployed
|
||||
# 2) the route has been manually created by an OrgManager:
|
||||
# `cf create-domain TKTK-org-name TKTK-production-domain-name`
|
||||
# `cf create-domain gsa-tts-benefits-studio-prototyping api.notify.gov`
|
||||
###########################################################################
|
||||
# module "domain" {
|
||||
# source = "github.com/18f/terraform-cloudgov//domain?ref=v0.2.0"
|
||||
@@ -85,5 +86,5 @@ module "sns_sms" {
|
||||
# name = "${local.app_name}-domain-${local.env}"
|
||||
# recursive_delete = local.recursive_delete
|
||||
# cdn_plan_name = "domain"
|
||||
# domain_name = "TKTK-production-domain-name"
|
||||
# domain_name = "api.notify.gov"
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user