Skip to content

Commit

Permalink
Merge pull request #6495 from gthole/analytics-typo
Browse files Browse the repository at this point in the history
Fix Kinesis Analytics typo
  • Loading branch information
bflad authored Nov 19, 2018
2 parents d7ff7c7 + bfe0c0f commit 2bb8ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_kinesis_analytics_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ func flattenKinesisAnalyticsInputs(inputs []*kinesisanalytics.InputDescription)
ipcd := id.InputProcessingConfigurationDescription

if ipcd.InputLambdaProcessorDescription != nil {
input["processing_configurations"] = []interface{}{
input["processing_configuration"] = []interface{}{
map[string]interface{}{
"lambda": []interface{}{
map[string]interface{}{
Expand Down

0 comments on commit 2bb8ab0

Please sign in to comment.