From da652f71c0885cead56238adda98e20d3bd29b78 Mon Sep 17 00:00:00 2001 From: Aastha Mahendru Date: Wed, 30 Oct 2024 06:58:45 +0000 Subject: [PATCH] temp --- ...pdate_tf_versions.yml => update_tf_compatibility_matrix.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{update_tf_versions.yml => update_tf_compatibility_matrix.yml} (97%) diff --git a/.github/workflows/update_tf_versions.yml b/.github/workflows/update_tf_compatibility_matrix.yml similarity index 97% rename from .github/workflows/update_tf_versions.yml rename to .github/workflows/update_tf_compatibility_matrix.yml index 60823bbeb4..079eb33ed2 100644 --- a/.github/workflows/update_tf_versions.yml +++ b/.github/workflows/update_tf_compatibility_matrix.yml @@ -1,4 +1,4 @@ -name: Update Terraform Versions +name: Update Terraform Compatibility Matrix documentation # Checks if any changes are required to be made to our documentation for supported Terraform versions. Runs daily and can be triggered manually. on: