Terraform input variables using Azure DevOps
Pipeline variables in Azure DevOps YAML pipelines get mapped to environment variables in the pipeline agent. With Terraform, if there’s an environment variable that starts with TF_VAR_ it will get mapped to an input variable. Combining the two can me...
gaunacode.com2 min read
Petr Koutny
Fullstack .NET developer
Wow, you saved my day with the part that secret env variable is not exported and needs to be specified manually. Thanks!