We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5bcf3f + 9d68a2c commit 977d913Copy full SHA for 977d913
pkg/location/ssm.go
@@ -75,6 +75,7 @@ func updateSSMParameter(paramName, paramValue, paramType string, svc awsSsm.SSM)
75
Overwrite: aws.Bool(true),
76
Name: aws.String(paramName),
77
Value: aws.String(paramValue),
78
+ Type: aws.String(paramType),
79
}
80
_, err = svc.PutParameter(input)
81
return
0 commit comments