Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

tborozan/terraform-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Terraform Demo

This is a proof of concept project for integrating Terraform (Azure) with GitHub actions.

Required variables

  • TF_API_TOKEN
    • API TOKEN for Terraform Cloud
  • TF_VAR_SUBSCRIPTIONID
    • Azure Subscription Id
  • TF_VAR_TENANTID
    • Azure Tenant Id
  • TV_VAR_CLIENTID
    • Azure Client Id (Service Principal)
  • TF_VAR_CLIENTSECRET
    • Azure Client Secret (Service Principal)

Prerequisites

  • at least one Terraform Clound workspace with matching tags declared in backend.tf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages