We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde968a + d06ac87 commit 536e91eCopy full SHA for 536e91e
templates/aws-stack.yml
@@ -113,7 +113,7 @@ Parameters:
113
Description: AWS SSM path to the Buildkite agent registration token (this takes precedence over BuildkiteAgentToken). Expects a leading slash ('/').
114
Type: String
115
Default: ""
116
- AllowedPattern: "^$|^/[a-zA-Z0-9_.-]+$"
+ AllowedPattern: "^$|^/[a-zA-Z0-9_.-/]+$"
117
118
BuildkiteAgentTokenParameterStoreKMSKey:
119
Description: AWS KMS key ID used to encrypt the SSM parameter (if encrypted)
0 commit comments