This commit is contained in:
asteam
2025-01-21 12:16:49 +03:00
parent 76ea459b3d
commit 60e23338ad
751 changed files with 17877 additions and 1908 deletions

View File

@@ -374,6 +374,9 @@ func MakeSchemaResourceVINS() map[string]schema.Attribute {
"vnf_name": schema.StringAttribute{
Computed: true,
},
"vnc_password": schema.StringAttribute{
Computed: true,
},
"status": schema.StringAttribute{
Computed: true,
},