Skip to content

Commit

Permalink
Allow for a dash in the name of the vcap service
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-s-ccs committed Oct 27, 2022
1 parent 59f6815 commit 8cb4f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/aws_ssm.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8cb4f0b

Please sign in to comment.