Skip to content

Commit

Permalink
Created at
Browse files Browse the repository at this point in the history
  • Loading branch information
ikegentz committed Dec 28, 2023
1 parent 894e5b4 commit fcc0b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/org_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (d *OrgDataSource) Read(ctx context.Context, req datasource.ReadRequest, re
}

data.BillingEmail = types.StringValue(decoded.BillingEmail)
// data.CreatedAt = types.StringValue(decoded.CreatedAt)
data.CreatedAt = types.StringValue(decoded.CreatedAt)
// data.CreatedBy = types.Object
data.ID = types.StringValue(decoded.ID)
data.IsScimEnabled = types.BoolValue(decoded.IsScimEnabled)
Expand Down

0 comments on commit fcc0b39

Please sign in to comment.