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

@@ -13,12 +13,6 @@ func MakeSchemaDataSourceVINS() map[string]schema.Attribute {
Description: "Unique ID of the ViNS.",
},
// optional attributes
"reason": schema.StringAttribute{
Optional: true,
Description: "reason for action",
},
// computed attributes
"id": schema.StringAttribute{
Computed: true,

View File

@@ -11,11 +11,6 @@ func MakeSchemaDataSourceVINSNATRuleList() map[string]schema.Attribute {
Required: true,
Description: "VINS id",
},
// optional attributes
"reason": schema.StringAttribute{
Optional: true,
Description: "reason for action",
},
// computed attributes
"id": schema.StringAttribute{

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,
},
},
},
},