Skip to content

Commit e45c3f0

Browse files
author
Matthieu Berthomé
committed
add regions regions_status deprecation
1 parent 76896e4 commit e45c3f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: ovh/resource_cloud_project_network_private.go

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func resourceCloudProjectNetworkPrivate() *schema.Resource {
6161
Type: schema.TypeSet,
6262
Optional: true,
6363
Computed: true,
64+
Deprecated: "use the regions_attributes field instead",
6465
ForceNew: true,
6566
Elem: &schema.Schema{Type: schema.TypeString},
6667
Set: schema.HashString,
@@ -69,6 +70,7 @@ func resourceCloudProjectNetworkPrivate() *schema.Resource {
6970
"regions_status": {
7071
Type: schema.TypeSet,
7172
Computed: true,
73+
Deprecated: "use the regions_attributes field instead",
7274
Elem: &schema.Resource{
7375
Schema: map[string]*schema.Schema{
7476
"status": {

0 commit comments

Comments
 (0)