Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add import datastore #84

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Add import datastore #84

merged 1 commit into from
Jan 17, 2025

Conversation

stuart-mclaren-hpe
Copy link
Contributor

The syntax is:

terraform import hpegl_pc_datastore.my_datastore <hci_cluster_uuid>,<datastore_id>

For example:

terraform -chdir=examples import hpegl_pc_datastore.my_datastore \
  126fd201-9e6e-5e31-9ffb-a766265b1fd3,698de955-87b5-5fe6-b683-78c3948beede

See https://developer.hashicorp.com/terraform/plugin/framework/resources/import for related information.

@stuart-mclaren-hpe stuart-mclaren-hpe force-pushed the datastore-import branch 2 times, most recently from bedcdc2 to 94b09f1 Compare January 17, 2025 10:36
@stuart-mclaren-hpe stuart-mclaren-hpe marked this pull request as ready for review January 17, 2025 10:38
The syntax is:

```
terraform import hpegl_pc_datastore.my_datastore <hci_cluster_uuid>,<datastore_id>
```

For example:

```
terraform -chdir=examples import hpegl_pc_datastore.my_datastore \
  126fd201-9e6e-5e31-9ffb-a766265b1fd3,698de955-87b5-5fe6-b683-78c3948beede
```

See https://developer.hashicorp.com/terraform/plugin/framework/resources/import
for related information.
@stuart-mclaren-hpe stuart-mclaren-hpe merged commit 6873d8d into main Jan 17, 2025
5 checks passed
@stuart-mclaren-hpe stuart-mclaren-hpe deleted the datastore-import branch January 17, 2025 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants