egazrigh / Azure-create-packer-infra

A simple Terraform code to deploy a Packer infra on Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure-create-packer-infra

This is a simple Terraform code to deploy a Packer infra on Azure derived from the example provided by https://github.com/squasta/PackerAzureRM

Pre-requisite

Usage

Need to add a provider.tf file to configure theses variables or add it trough ENV variables

provider "azurerm" {
  subscription_id = ""
  client_id       = ""
  client_secret   = ""
  tenant_id       = ""
}

Then run :

terraform plan

About

A simple Terraform code to deploy a Packer infra on Azure


Languages

Language:HCL 100.0%