Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.13 KB

File metadata and controls

21 lines (11 loc) · 1.13 KB

This tutorial shows how to create a Terraform API Token for GitHub Actions

  1. Go to https://app.terraform.io/public/signup/account and create an account if you do not have one

  2. Create a new organization

  3. Got to https://app.terraform.io/app/settings/tokens and create a new API Token

image

image

  1. Go to GitHub -> this project -> Settings -> Secrets and variables -> actions -> New repository secret

image

image

  1. Click on Add secret

  2. Well done! You finished the Terraform setup for GitHub Actions