Skip to content

Commit

Permalink
fix: set value storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdm49 committed Oct 17, 2024
1 parent 26489f3 commit fc566f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fptcloud/storage/resource_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ func resourceStorageRead(_ context.Context, d *schema.ResourceData, m interface{
return diag.FromErr(err)
}

if err := d.Set("storage_policy", foundStorage.StoragePolicy); err != nil {
return diag.FromErr(err)
}

if err := d.Set("type", foundStorage.Type); err != nil {
return diag.FromErr(err)
}
Expand Down

0 comments on commit fc566f5

Please sign in to comment.