File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,19 @@ func resourceCloudProjectNetworkPrivate() *schema.Resource {
58
58
Default : 0 ,
59
59
},
60
60
"regions" : {
61
- Type : schema .TypeSet ,
62
- Optional : true ,
63
- Computed : true ,
64
- ForceNew : true ,
65
- Elem : & schema.Schema {Type : schema .TypeString },
66
- Set : schema .HashString ,
61
+ Type : schema .TypeSet ,
62
+ Optional : true ,
63
+ Computed : true ,
64
+ Deprecated : "use the regions_attributes field instead" ,
65
+ ForceNew : true ,
66
+ Elem : & schema.Schema {Type : schema .TypeString },
67
+ Set : schema .HashString ,
67
68
},
68
69
69
70
"regions_status" : {
70
- Type : schema .TypeSet ,
71
- Computed : true ,
71
+ Type : schema .TypeSet ,
72
+ Computed : true ,
73
+ Deprecated : "use the regions_attributes field instead" ,
72
74
Elem : & schema.Resource {
73
75
Schema : map [string ]* schema.Schema {
74
76
"status" : {
You can’t perform that action at this time.
0 commit comments