From 064e5c03b8e25ba3eb413362ffe2acd6bf48a1fc Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 6 Nov 2023 12:54:44 +0100 Subject: [PATCH] gitignore: exclude *.auto.tfvars. --- .gitignore | 2 +- openstack-tf/common_setups/{16-ssh-keys.tf => ssh-keys.tf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename openstack-tf/common_setups/{16-ssh-keys.tf => ssh-keys.tf} (100%) diff --git a/.gitignore b/.gitignore index 80f1091..b566eed 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ crash.*.log # to change depending on the environment. *.tfvars *.tfvars.json - +!*.auto.tfvars # Ignore override files as they are usually used to override resources locally and so # are not checked in override.tf diff --git a/openstack-tf/common_setups/16-ssh-keys.tf b/openstack-tf/common_setups/ssh-keys.tf similarity index 100% rename from openstack-tf/common_setups/16-ssh-keys.tf rename to openstack-tf/common_setups/ssh-keys.tf