From 211fba2047402091ba3c93446ea22dd6327fb0d7 Mon Sep 17 00:00:00 2001 From: Liran Jdanov Date: Tue, 22 Oct 2024 15:29:48 +0300 Subject: [PATCH] clean up --- nfs-server/nfs.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfs-server/nfs.tfvars b/nfs-server/nfs.tfvars index 5e6f28f2..4a6a5b13 100644 --- a/nfs-server/nfs.tfvars +++ b/nfs-server/nfs.tfvars @@ -1,5 +1,5 @@ parent_id = "project-..." -subnet_id = "vpcsubnet-...0" +subnet_id = "vpcsubnet-..." ssh_user_name = "nfs" ssh_public_key = { key = "put your ssh key here"