From f53bd816615d9ae7e2633cb6a0a4e53e2f2ae113 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 20 Jan 2025 12:06:54 +0000 Subject: [PATCH] Add import hypervisor_cluster to Makefile's demo target Ensures demo configuration keeps working for import of hypervisor_cluster --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 552c006..7148856 100644 --- a/Makefile +++ b/Makefile @@ -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