You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/aws-stack.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -127,13 +127,13 @@ Parameters:
127
127
Default: "stable"
128
128
129
129
BuildkiteAgentToken:
130
-
Description: Buildkite agent registration token. Deprecated, use BuildkiteAgentTokenParameterStorePath instead.
130
+
Description: Buildkite agent registration token. Or, preload it into SSM Parameter Store and use BuildkiteAgentTokenParameterStorePath for secure environments.
131
131
Type: String
132
132
NoEcho: true
133
133
Default: ""
134
134
135
135
BuildkiteAgentTokenParameterStorePath:
136
-
Description: AWS SSM path to the Buildkite agent registration token (this takes precedence over BuildkiteAgentToken). Expects a leading slash ('/').
136
+
Description: Existing SSM Parameter Store path to the Buildkite agent registration token (takes precedence over BuildkiteAgentToken). Expects a leading slash ('/').
0 commit comments