This commit is contained in:
asteam
2024-12-04 13:18:58 +03:00
parent 003e4d656e
commit 76ea459b3d
417 changed files with 30051 additions and 975 deletions

View File

@@ -97,10 +97,6 @@ func MakeSchemaResourceVINS() map[string]schema.Attribute {
Description: "flag to redeploy vnfdev",
// default is false
},
"reason": schema.StringAttribute{
Optional: true,
Description: "reason for action",
},
"ext_net": schema.SingleNestedAttribute{
Optional: true,
@@ -142,9 +138,6 @@ func MakeSchemaResourceVINS() map[string]schema.Attribute {
Optional: true,
Description: "ID of the compute, associated with this reservation of type DHCP. Ignored for other types.",
},
"reason": schema.StringAttribute{
Optional: true,
},
},
},
},
@@ -183,9 +176,6 @@ func MakeSchemaResourceVINS() map[string]schema.Attribute {
Computed: true,
Description: "rule id",
},
"reason": schema.StringAttribute{
Optional: true,
},
},
},
},