From 0aeff9f67b64b4ea67bf614d2b225b01af534d54 Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Wed, 21 Dec 2022 09:19:07 +0100 Subject: [PATCH] change .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 495a145..cb988bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ terraform/.terraform.lock.hcl terraform/.terraform.tfstate.lock.info terraform/terraform.tfstate* -terraform/variables-local.tf -terraform/variables-local.tfvars +variables-local.tfvars +variables-local.tf terraform/.terraform/* terraform/tfplan .idea + -- GitLab