1.1.0
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user