Skip to content

Commit

Permalink
add more characters to stateMachineNamePrefix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Jan 15, 2024
1 parent 91b7dd5 commit 685e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Parameters:
stateMachineNamePrefix:
Type: String
MaxLength: 44
AllowedPattern: ^[a-zA-Z0-9]*$
AllowedPattern: ^[a-zA-Z0-9\-_]*$
ConstraintDescription: Prefix must conform to StateMachineName requirements.
Default: 'powerTuningStateMachine'
Description: Prefix to the name of the StateMachine. The StackId will be appended to this value (optional).
Expand Down

0 comments on commit 685e4a7

Please sign in to comment.