This commit is contained in:
asteam
2025-04-17 12:31:12 +03:00
parent b8f118097e
commit 5382579a5f
166 changed files with 16413 additions and 221 deletions

View File

@@ -38,7 +38,7 @@ func MakeSchemaResourceBService() map[string]schema.Attribute {
Optional: true,
Computed: true,
},
"snapshots": schema.ListNestedAttribute{
"snapshots": schema.SetNestedAttribute{
Optional: true,
Computed: true,
NestedObject: schema.NestedAttributeObject{
@@ -47,7 +47,7 @@ func MakeSchemaResourceBService() map[string]schema.Attribute {
Computed: true,
},
"label": schema.StringAttribute{
Computed: true,
Required: true,
},
"rollback": schema.BoolAttribute{
Optional: true,