From 9dc2e05cba1c951865752c2c7282a9ee649d7548 Mon Sep 17 00:00:00 2001 From: grodionov Date: Tue, 3 Feb 2026 14:31:16 +0300 Subject: [PATCH] =?UTF-8?q?doc:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BF=D0=BE=20=D1=81?= =?UTF-8?q?=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D1=8E=20=D0=B2=D0=BC=20?= =?UTF-8?q?=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20tf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {terraform/vm => simpleVm}/.gitignore | 3 ++- {terraform/vm => simpleVm}/README.md | 0 {terraform/vm => simpleVm}/local.tf | 0 {terraform/vm => simpleVm}/provider.tf | 0 {terraform/vm => simpleVm}/templates/cloudinit.yaml | 0 {terraform/vm => simpleVm}/terraform.tfvars | 0 {terraform/vm => simpleVm}/tools.tf | 0 {terraform/vm => simpleVm}/vapp.tf | 0 {terraform/vm => simpleVm}/var.tf | 0 {terraform/vm => simpleVm}/vm.tf | 0 10 files changed, 2 insertions(+), 1 deletion(-) rename {terraform/vm => simpleVm}/.gitignore (96%) rename {terraform/vm => simpleVm}/README.md (100%) rename {terraform/vm => simpleVm}/local.tf (100%) rename {terraform/vm => simpleVm}/provider.tf (100%) rename {terraform/vm => simpleVm}/templates/cloudinit.yaml (100%) rename {terraform/vm => simpleVm}/terraform.tfvars (100%) rename {terraform/vm => simpleVm}/tools.tf (100%) rename {terraform/vm => simpleVm}/vapp.tf (100%) rename {terraform/vm => simpleVm}/var.tf (100%) rename {terraform/vm => simpleVm}/vm.tf (100%) 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