Skip to content

Commit 977d913

Browse files
author
Chris Every
authored
Merge pull request #160 from ovotech/add-ssm-type-field-2
Add missing SSM type field
2 parents f5bcf3f + 9d68a2c commit 977d913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/location/ssm.go

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func updateSSMParameter(paramName, paramValue, paramType string, svc awsSsm.SSM)
7575
Overwrite: aws.Bool(true),
7676
Name: aws.String(paramName),
7777
Value: aws.String(paramValue),
78+
Type: aws.String(paramType),
7879
}
7980
_, err = svc.PutParameter(input)
8081
return

0 commit comments

Comments
 (0)