1.1.0
This commit is contained in:
@@ -29,7 +29,6 @@ func AuditDataSource(ctx context.Context, state *models.DataSourceAudit, c *deco
|
||||
AuditGuid: state.AuditGuid,
|
||||
Timeouts: state.Timeouts,
|
||||
|
||||
Apitask: types.StringValue(recordAudit.Apitask),
|
||||
Arguments: types.StringValue(recordAudit.Arguments),
|
||||
Call: types.StringValue(recordAudit.Call),
|
||||
GUID: types.StringValue(recordAudit.GUID),
|
||||
|
||||
@@ -11,7 +11,6 @@ type DataSourceAudit struct {
|
||||
Timeouts timeouts.Value `tfsdk:"timeouts"`
|
||||
|
||||
//response field
|
||||
Apitask types.String `tfsdk:"apitask"`
|
||||
Arguments types.String `tfsdk:"args"`
|
||||
Call types.String `tfsdk:"call"`
|
||||
GUID types.String `tfsdk:"guid"`
|
||||
|
||||
@@ -9,9 +9,6 @@ func MakeSchemaDataSourceAudit() map[string]schema.Attribute {
|
||||
"audit_guid": schema.StringAttribute{
|
||||
Required: true,
|
||||
},
|
||||
"apitask": schema.StringAttribute{
|
||||
Computed: true,
|
||||
},
|
||||
"args": schema.StringAttribute{
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user