Skip to content

Commit

Permalink
tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris van Ommeren committed May 21, 2021
1 parent 540081f commit 72c8edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func dataSourceKubernetesClusterNodePoolRead(d *schema.ResourceData, meta interf
return fmt.Errorf("setting `node_labels`: %+v", err)
}

d.Set("node_public_ip_prefix_id", *props.NodePublicIPPrefixID)
d.Set("node_public_ip_prefix_id", props.NodePublicIPPrefixID)

if err := d.Set("node_taints", utils.FlattenStringSlice(props.NodeTaints)); err != nil {
return fmt.Errorf("setting `node_taints`: %+v", err)
Expand Down

0 comments on commit 72c8edf

Please sign in to comment.