Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit c31d459

Browse files
committed
read after update
1 parent 131fe04 commit c31d459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlockStorage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func resource_n0stack_blockstorage_read(d *schema.ResourceData, meta interface{}
109109
}
110110

111111
func resource_n0stack_blockstorage_update(d *schema.ResourceData, meta interface{}) error {
112-
return nil
112+
return resource_n0stack_blockstorage_read(d, meta)
113113
}
114114

115115
func resource_n0stack_blockstorage_delete(d *schema.ResourceData, meta interface{}) error {

0 commit comments

Comments
 (0)