Skip to content

Commit

Permalink
Add import hypervisor_cluster to Makefile's demo target
Browse files Browse the repository at this point in the history
Ensures demo configuration keeps working for import of hypervisor_cluster
  • Loading branch information
stuart-mclaren-hpe committed Jan 20, 2025
1 parent 117e4bd commit 5817bc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ demo:
terraform -chdir=examples destroy -auto-approve; \
env TF_LOG=INFO env TF_CLI_CONFIG_FILE=$$tfconfig \
terraform -chdir=examples import hpegl_pc_datastore.my_datastore \
126fd201-9e6e-5e31-9ffb-a766265b1fd3,698de955-87b5-5fe6-b683-78c3948beede
126fd201-9e6e-5e31-9ffb-a766265b1fd3,698de955-87b5-5fe6-b683-78c3948beede; \
env TF_LOG=INFO env TF_CLI_CONFIG_FILE=$$tfconfig \
terraform -chdir=examples import hpegl_pc_hypervisor_cluster.my_hypervisor_cluster \
298a299e-78f5-5acb-86ce-4e9fdc290ab7

lint:
@golangci-lint --version
Expand Down

0 comments on commit 5817bc1

Please sign in to comment.