Skip to content

Starting point for using Terraform's SaltStack Provisioner on Linode

Notifications You must be signed in to change notification settings

stvnjacobs/terraform-linode-saltstack-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Linode SaltStack Base

This is a simple example of using the salt-masterless provisioner in Terraform to provision Linodes. It is meant to be a starting point that can be cloned and modified.

This example creates a Linode and installs Nginx.

Getting Started

Requirements

  • Linode API Token
  • terraform >= v0.11.10
  • ssh-agent is up and running with ~/.ssh/id_rsa added

Process

Initialize the repository. This will install the configured Linode provider.

terraform init

Set the required variables as Terraform variables.

export TF_VAR_linode_token="${LINODE_API_TOKEN}"

Do the thing.

terraform apply

About

Starting point for using Terraform's SaltStack Provisioner on Linode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published