From 8cb4f0b34c26040e40a1bd0783f2c30209817dad Mon Sep 17 00:00:00 2001 From: tim-s-ccs Date: Thu, 27 Oct 2022 12:45:07 +0100 Subject: [PATCH] Allow for a dash in the name of the vcap service --- config/initializers/aws_ssm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/aws_ssm.rb b/config/initializers/aws_ssm.rb index f83250dc..c960e6cc 100644 --- a/config/initializers/aws_ssm.rb +++ b/config/initializers/aws_ssm.rb @@ -1,6 +1,6 @@ require 'rollbar' -IDAM_SSM_SERVICE_NAME_REGEX = /pmp-idam-[a-z]+-ssm-service/.freeze +IDAM_SSM_SERVICE_NAME_REGEX = /pmp-idam-[a-z-]+-ssm-service/.freeze def config_aws_ssm ssm_client = setup_ssm_client