Skip to content

Commit

Permalink
Networking V2: Handle multiple dhcp options in port data source (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus authored and jtopjian committed Mar 20, 2019
1 parent 1f9df27 commit 37a20ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/data_source_openstack_networking_port_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func dataSourceNetworkingPortV2() *schema.Resource {
},

"extra_dhcp_option": {
Type: schema.TypeSet,
Type: schema.TypeList,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 37a20ed

Please sign in to comment.