This commit is contained in:
asteam
2025-07-01 13:44:09 +03:00
parent 5382579a5f
commit ddbb12996d
1041 changed files with 2842 additions and 96448 deletions

View File

@@ -60,7 +60,6 @@ func RGDataSource(ctx context.Context, state *models.DataSourceRGModel, c *clien
LockStatus: types.StringValue(recordRG.LockStatus),
Milestones: types.Int64Value(int64(recordRG.Milestones)),
Name: types.StringValue(recordRG.Name),
RegisterComputes: types.BoolValue(recordRG.RegisterComputes),
ResourceLimits: flattenResourceLimits(ctx, &recordRG.ResourceLimits),
ResourceTypes: flattens.FlattenSimpleTypeToList(ctx, types.StringType, &recordRG.ResTypes),
Secret: types.StringValue(recordRG.Secret),

View File

@@ -71,7 +71,6 @@ func RGListDataSource(ctx context.Context, state *models.DataSourceRGListModel,
Milestones: types.Int64Value(int64(rgItem.Milestones)),
Name: types.StringValue(rgItem.Name),
ResTypes: flattens.FlattenSimpleTypeToList(ctx, types.StringType, &rgItem.ResTypes),
RegisterComputes: types.BoolValue(rgItem.RegisterComputes),
ResourceLimits: flattenResourceLimits(ctx, &rgItem.ResourceLimits),
Secret: types.StringValue(rgItem.Secret),
Status: types.StringValue(rgItem.Status),

View File

@@ -70,7 +70,6 @@ func RGListDeletedDataSource(ctx context.Context, state *models.DataSourceRGList
Milestones: types.Int64Value(int64(rgItem.Milestones)),
Name: types.StringValue(rgItem.Name),
ResTypes: flattens.FlattenSimpleTypeToList(ctx, types.StringType, &rgItem.ResTypes),
RegisterComputes: types.BoolValue(rgItem.RegisterComputes),
ResourceLimits: flattenResourceLimits(ctx, &rgItem.ResourceLimits),
Secret: types.StringValue(rgItem.Secret),
Status: types.StringValue(rgItem.Status),