From 828256cefb7551998213e021f24002a10de8e3fc Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:02:34 -0500 Subject: [PATCH] Update naming (#362) Bug: T354671 --- .github/workflows/{terraform-fmt.yaml => tofu-fmt.yaml} | 0 .gitignore | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{terraform-fmt.yaml => tofu-fmt.yaml} (100%) diff --git a/.github/workflows/terraform-fmt.yaml b/.github/workflows/tofu-fmt.yaml similarity index 100% rename from .github/workflows/terraform-fmt.yaml rename to .github/workflows/tofu-fmt.yaml diff --git a/.gitignore b/.gitignore index 34e01a7f..c1bbd086 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,5 @@ dev-values.yaml *.swp terraform.tfstate* .terraform* -terraform/kube.config +tofu/kube.config .venv*