Skip to content

Commit

Permalink
replacing nil with null to check
Browse files Browse the repository at this point in the history
  • Loading branch information
preyas-prakasan committed Jan 23, 2023
1 parent a3f8aef commit 5de1b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/elasticsearch/logstash/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func ResourceLogstashPipeline() *schema.Resource {
Optional: true,
Elem: &schema.Schema{
Type: schema.TypeString,
Default: nil,
Default: "{}",
},
},
// Pipeline Settings
Expand Down

0 comments on commit 5de1b2a

Please sign in to comment.