Sign inSign up

moleszek/terraforms

By moleszek

Updated 8 months ago

Image
0

1.2K

moleszek/terraforms repository overview

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

Tag summary

Content type

Image

Digest

sha256:a622060be

Size

183.7 MB

Last updated

8 months ago

docker pull moleszek/terraforms