Skip to content

Commit

Permalink
Fix #1500
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviGopal committed May 28, 2020
1 parent 63ca820 commit 336f758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibm/data_source_ibm_is_subnets.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func classicSubnetList(d *schema.ResourceData, meta interface{}) error {
l["public_gateway"] = *subnet.PublicGateway.ID
}
subnetsInfo = append(subnetsInfo, l)
subnetsInfo = append(subnetsInfo, l)
}
d.SetId(dataSourceIBMISSubnetsID(d))
d.Set(isSubnets, subnetsInfo)
Expand Down

0 comments on commit 336f758

Please sign in to comment.