solairen / terraform

Manage Linode, Azure, and AWS cloud providers by using terraform script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About:

This terraform script creates Virtual Machine (s):

  • Azure
  • AWS
  • Linode

Prerequisities:

Linode

  • Token

AWS

  • Access Keys
  • Secret Keys

Azure

  • Subscription ID
  • Tenant ID
  • Azure CLI

Usage

In each folder, there is a USAGE.md file which contains the variables that need to be added to the terraform.tfvars file.

Lindoe example usage:

token = ""
instance_name = ""
root_pass = ""
ssh_keys = ""
port =
public_ip = ""
os_system = ""
region = ""
type = ""
tags = ""
numbers = 1
terraform init
terraform plan
terraform apply

About

Manage Linode, Azure, and AWS cloud providers by using terraform script.

License:MIT License


Languages

Language:HCL 89.7%Language:Dockerfile 10.3%