Skip to content

Commit

Permalink
Merge pull request #160 from ovotech/add-ssm-type-field-2
Browse files Browse the repository at this point in the history
Add missing SSM type field
  • Loading branch information
Chris Every authored Oct 15, 2019
2 parents f5bcf3f + 9d68a2c commit 977d913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/location/ssm.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func updateSSMParameter(paramName, paramValue, paramType string, svc awsSsm.SSM)
Overwrite: aws.Bool(true),
Name: aws.String(paramName),
Value: aws.String(paramValue),
Type: aws.String(paramType),
}
_, err = svc.PutParameter(input)
return
Expand Down

0 comments on commit 977d913

Please sign in to comment.