From 5222e6ce7a5db8903ffa445f0e75629552584087 Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Tue, 20 Dec 2022 16:42:49 +0100 Subject: [PATCH] Initial commit --- .gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 596881b..c7a56e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -./terraform/.terraform.lock.hcl -./terraform/.terraform.tfstate.lock.info -./terraform/terraform.tfstate* -./terraform/.terraform/* -./terraform/variables-local.tf -./terraform/variables-local.tfvars -./terraform/tfplan +terraform/.terraform.lock.hcl +terraform/.terraform.tfstate.lock.info +terraform/terraform.tfstate* +terraform/.terraform/* +terraform/variables-local.tf +terraform/variables-local.tfvars +terraform/tfplan .env .idea \ No newline at end of file -- GitLab