Skip to content

Commit

Permalink
Merge pull request #1422 from alphagov/brake_int
Browse files Browse the repository at this point in the history
Add new variables for the chat app in integration
  • Loading branch information
rtrinque authored Aug 8, 2024
2 parents 298f55f + 3f472d7 commit fa7a710
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ module "variable-set-chat-integration" {
chat_redis_cluster_node_type = "cache.r6g.xlarge"
chat_redis_cluster_num_cache_clusters = "1"
chat_redis_cluster_parameter_group_name = "default.redis7"
cloudfront_create = "1"
cloudfront_enable = true
service_disabled = false
origin_chat_domain = "chat.eks.integration.govuk.digital"
origin_chat_id = "Chat origin"
cloudfront_chat_distribution_aliases = ["chat.integration.publishing.service.gov.uk"]
chat_certificate_arn = "arn:aws:acm:us-east-1:210287912431:certificate/458b8373-08a4-4cdc-bb00-524bcc480b5b"
}
}

Expand Down

0 comments on commit fa7a710

Please sign in to comment.