Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created June 20, 2023 20:04
Show Gist options
  • Select an option

  • Save KyMidd/34523c615634db20a416c868aae4971a to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/34523c615634db20a416c868aae4971a to your computer and use it in GitHub Desktop.
- name: Banner for Install Terraform
shell: bash
run: |
echo ""
echo "########################"
echo "## Install Terraform"
echo "########################"
echo ""
- name: Install Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ inputs.terraform_version }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment