Skip to content

Commit

Permalink
Merge pull request #53 from buildkite/keithduncan/remove-ssm-type
Browse files Browse the repository at this point in the history
Remove SSM type from BuildkiteAgentTokenParameter
  • Loading branch information
keithduncan authored Oct 25, 2021
2 parents 77c6fe1 + 560bf88 commit 36446c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Transform: AWS::Serverless-2016-10-31

Parameters:
BuildkiteAgentTokenParameter:
Description: Buildkite agent token parameter
Type: AWS::SSM::Parameter::Name
Description: Buildkite agent token Systems Manager Parameter Store path
Type: String

BuildkiteAgentTokenParameterStoreKMSKey:
Description: AWS KMS Key ID used to encrypt the SSM parameter (if encrypted)
Description: (Optional) AWS KMS Key ID used to encrypt the BuildkiteAgentTokenParameter Systems Manager Parameter, if encrypted
Type: String
Default: ""

Expand All @@ -19,7 +19,7 @@ Parameters:
MinLength: 1

AgentAutoScaleGroup:
Description: The name of the autoscale group to autoscale.
Description: The name of the Auto Scaling group to set desired count on.
Type: String
Default: default

Expand Down

0 comments on commit 36446c4

Please sign in to comment.