Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalpatil25 committed Nov 29, 2023
1 parent f9fa6e9 commit 241a4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/storage_volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

terraform import redfish_storage_volume.volume "{\"id\":\"<id>\",\"username\":\"<username>\",\"password\":\"<password>\",\"endpoint\":\"<endpoint>\",\"ssl_insecure\":<true/false>}"
terraform import redfish_storage_volume.volume "{\"id\":\"<odata id of the volume>\",\"username\":\"<username>\",\"password\":\"<password>\",\"endpoint\":\"<endpoint>\",\"ssl_insecure\":<true/false>}"
```

1. This will import the storage volume instance with specified ID into your Terraform state.
Expand Down

0 comments on commit 241a4fc

Please sign in to comment.