Skip to content

Commit

Permalink
Update Attr_NetworkSecurityGroupIDs to set
Browse files Browse the repository at this point in the history
  • Loading branch information
ismirlia committed Jan 28, 2025
1 parent df1509a commit 7408199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ibm/service/power/data_source_ibm_pi_network_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func DataSourceIBMPINetworkInterface() *schema.Resource {
Computed: true,
Description: "List of network security groups that the network interface is a member of.",
Elem: &schema.Schema{Type: schema.TypeString},
Type: schema.TypeList,
Type: schema.TypeSet,
},
Attr_Status: {
Computed: true,
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/power/data_source_ibm_pi_network_interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func DataSourceIBMPINetworkInterfaces() *schema.Resource {
Computed: true,
Description: "List of network security groups that the network interface is a member of.",
Elem: &schema.Schema{Type: schema.TypeString},
Type: schema.TypeList,
Type: schema.TypeSet,
},
Attr_Status: {
Computed: true,
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/power/resource_ibm_pi_network_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func ResourceIBMPINetworkInterface() *schema.Resource {
Computed: true,
Description: "List of network security groups that the network interface is a member of.",
Elem: &schema.Schema{Type: schema.TypeString},
Type: schema.TypeList,
Type: schema.TypeSet,
},
Attr_Status: {
Computed: true,
Expand Down

0 comments on commit 7408199

Please sign in to comment.