Category: Open Source
-
How to use \’terraform output\’ in a GitHub action
Recently, I was building a GitHub Actions pipeline, and needed to access output from Terraform. There\’s a very convenient feature in Terraform that allows you to get output from your applied .tf files. You can call those values from the shell directly, and assign them to variables in your shell. What you need to do…