Skip to content

Commit

Permalink
fix: assign correct value
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsddr committed May 27, 2022
1 parent 497b27a commit b528936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsmt/source_location_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func setAccessConfiguration(values *mediatailor.DescribeSourceLocationOutput, d
if values.AccessConfiguration != nil && values.AccessConfiguration != &(mediatailor.AccessConfiguration{}) {
temp := map[string]interface{}{}
if values.AccessConfiguration.AccessType != nil {
temp["access_type"] = values.AccessConfiguration
temp["access_type"] = values.AccessConfiguration.AccessType
}
if values.AccessConfiguration.SecretsManagerAccessTokenConfiguration != nil && values.AccessConfiguration.SecretsManagerAccessTokenConfiguration != &(mediatailor.SecretsManagerAccessTokenConfiguration{}) {
if values.AccessConfiguration.SecretsManagerAccessTokenConfiguration.HeaderName != nil {
Expand Down

0 comments on commit b528936

Please sign in to comment.