/terraform_azure_vm_jenkins

A simple example for deploying Jenkins on Azure using Terraform

Primary LanguageHCLApache License 2.0Apache-2.0

Deploying Jenkins on Azure VM using Terraform

This repository include terraform script for deploying Jenkins on Azure.

How to run

Before run terraform script for deploying VM, an attribute for password on main.tf should be changed. This password is used for login into VM which will be installed Jenkins. Please refer to the requirement for password you will use.

admin_password = "CHANGE_ME"

Then, run...

az login
terraform init
terraform apply