From b92cd10ed7ec47312011330c8c1839eb7323eb69 Mon Sep 17 00:00:00 2001 From: Henrik Knutsen <46495473+hknutsen@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:58:23 +0100 Subject: [PATCH] chore(terraform): add features list in comment --- .github/workflows/terraform.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 62316933..83edc03f 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -1,3 +1,11 @@ +# Reusable GitHub Actions workflow to provision cloud infrastructure using HashiCorp Terraform. +# +# Features: +# - Authenticate to Azure using federated credentials. +# - Queue concurrent jobs that target the same Terraform root configuration. +# - Cache Terraform plugins. +# - Create job summary containing Terraform command outcomes and plan. + name: ♻ terraform on: