1.1.0
This commit is contained in:
@@ -34,8 +34,8 @@ func VINSDataSource(ctx context.Context, state *models.DataSourceVINSModel, c *d
|
||||
|
||||
id := uuid.New()
|
||||
*state = models.DataSourceVINSModel{
|
||||
VinsID: state.VinsID,
|
||||
Reason: state.Reason,
|
||||
VinsID: state.VinsID,
|
||||
|
||||
Timeouts: state.Timeouts,
|
||||
|
||||
VNFDev: flattenVNFDev(ctx, &recordVins.VNFDev),
|
||||
|
||||
@@ -29,8 +29,8 @@ func VINSNATRuleListDataSource(ctx context.Context, state *models.DataSourceVINS
|
||||
|
||||
id := uuid.New()
|
||||
*state = models.DataSourceVINSNATRuleListModel{
|
||||
VinsID: state.VinsID,
|
||||
Reason: state.Reason,
|
||||
VinsID: state.VinsID,
|
||||
|
||||
Timeouts: state.Timeouts,
|
||||
|
||||
Id: types.StringValue(id.String()),
|
||||
|
||||
Reference in New Issue
Block a user