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