diff --git a/terraform/vm/.gitignore b/simpleVm/.gitignore similarity index 96% rename from terraform/vm/.gitignore rename to simpleVm/.gitignore index bcd4e3c..c44385a 100644 --- a/terraform/vm/.gitignore +++ b/simpleVm/.gitignore @@ -33,4 +33,5 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc -.terraform.lock.hcl \ No newline at end of file +.terraform.lock.hcl +terraform.tfstate \ No newline at end of file diff --git a/terraform/vm/README.md b/simpleVm/README.md similarity index 100% rename from terraform/vm/README.md rename to simpleVm/README.md diff --git a/terraform/vm/local.tf b/simpleVm/local.tf similarity index 100% rename from terraform/vm/local.tf rename to simpleVm/local.tf diff --git a/terraform/vm/provider.tf b/simpleVm/provider.tf similarity index 100% rename from terraform/vm/provider.tf rename to simpleVm/provider.tf diff --git a/terraform/vm/templates/cloudinit.yaml b/simpleVm/templates/cloudinit.yaml similarity index 100% rename from terraform/vm/templates/cloudinit.yaml rename to simpleVm/templates/cloudinit.yaml diff --git a/terraform/vm/terraform.tfvars b/simpleVm/terraform.tfvars similarity index 100% rename from terraform/vm/terraform.tfvars rename to simpleVm/terraform.tfvars diff --git a/terraform/vm/tools.tf b/simpleVm/tools.tf similarity index 100% rename from terraform/vm/tools.tf rename to simpleVm/tools.tf diff --git a/terraform/vm/vapp.tf b/simpleVm/vapp.tf similarity index 100% rename from terraform/vm/vapp.tf rename to simpleVm/vapp.tf diff --git a/terraform/vm/var.tf b/simpleVm/var.tf similarity index 100% rename from terraform/vm/var.tf rename to simpleVm/var.tf diff --git a/terraform/vm/vm.tf b/simpleVm/vm.tf similarity index 100% rename from terraform/vm/vm.tf rename to simpleVm/vm.tf