This commit is contained in:
KasimBaybikov
2022-12-26 18:08:23 +03:00
parent be86069155
commit a355247845
9 changed files with 19 additions and 48 deletions

View File

@@ -545,15 +545,15 @@ func resourceVinsSchemaMake() map[string]*schema.Schema {
Optional: true,
Default: -1,
}
rets["ipcidr"] = &schema.Schema{
Type: schema.TypeString,
Optional: true,
}
rets["ext_ip_addr"] = &schema.Schema{
Type: schema.TypeString,
Optional: true,
Default: "",
}
rets["ipcidr"] = &schema.Schema{
Type: schema.TypeString,
Optional: true,
}
rets["pre_reservations_num"] = &schema.Schema{
Type: schema.TypeInt,
Optional: true,
@@ -607,11 +607,6 @@ func resourceVinsSchemaMake() map[string]*schema.Schema {
Default: "",
Description: "Optional user-defined text description of this ViNS.",
}
rets["ext_ip_addr"] = &schema.Schema{
Type: schema.TypeString,
Computed: true,
Description: "IP address of the external connection (valid for ViNS connected to external network, ignored otherwise).",
}
rets["restore"] = &schema.Schema{
Type: schema.TypeBool,
Optional: true,