pabl-o-ce / nix-terraform-cloud-vm

Terraform deploying with NixOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NixOS terraform cloud vm

Variables of AWS

// working on

Variables of Hetzner

// working on

Variables of Linode

// working on

Setup

Secrets variables use terraform.tfvars file:

touch ./terraform.tfvars

Add variable for AWS:

echo -e "access_key = \"<accessKey>\"
secret_key = \"<secretKey>\"
aws_region = \"<region>\"
ami_id = \"<amiId>\"
instance_type = \"<instanceType>\"" > ./terraform.tfvars

Add variable for Hetzner:

echo -e "hcloud_token = \"<hcloud_token>\"
location = \"<location>\"
image = \"<image>\"
server_type = \"<server_type>\"" > ./terraform.tfvars

Add variable for Linode:

About

Terraform deploying with NixOS


Languages

Language:Nix 100.0%