Merge pull request #506 from GSA/configure-prod-browser-monitoring

Configure prod browser monitoring
This commit is contained in:
Ryan Ahearn
2023-05-10 16:48:01 -04:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -3,5 +3,5 @@ instances: 2
memory: 1G
public_admin_route: notify.app.cloud.gov
redis_enabled: 1
nr_agent_id: ""
nr_app_id: ""
nr_agent_id: "1050708682"
nr_app_id: "1050708682"

View File

@@ -46,6 +46,8 @@ module "api_network_route" {
# 1) the app has first been deployed
# 2) the route has been manually created by an OrgManager:
# `cf create-domain gsa-tts-benefits-studio-prototyping beta.notify.gov`
# 3) the acme-challenge CNAME record must be created
# 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.5.2"