Skip to content

Commit

Permalink
Merge pull request #254 from hyvs/fix-unordered-private-network
Browse files Browse the repository at this point in the history
Fix ordering issue with private networks
  • Loading branch information
yanndegat authored Jul 8, 2022
2 parents 974c9e8 + 3baf89f commit beeed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovh/resource_cloud_project_network_private.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func resourceCloudProjectNetworkPrivate() *schema.Resource {
},
},
"regions_attributes": {
Type: schema.TypeList,
Type: schema.TypeSet,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit beeed78

Please sign in to comment.