Skip to content

Commit

Permalink
fix terraform crash in kinesis firehose
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneeth-n committed Apr 10, 2018
1 parent bc219bd commit 1a39e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_kinesis_firehose_delivery_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func cloudwatchLoggingOptionsHash(v interface{}) int {

func flattenCloudwatchLoggingOptions(clo *firehose.CloudWatchLoggingOptions) *schema.Set {
if clo == nil {
return nil
return schema.NewSet(cloudwatchLoggingOptionsHash, []interface{}{})
}

cloudwatchLoggingOptions := map[string]interface{}{
Expand Down

0 comments on commit 1a39e9e

Please sign in to comment.