Skip to content

Terrafom Nomad (with docker, weave and consul) on Scaleway servers.

License

Notifications You must be signed in to change notification settings

diogok/terraform-scaleway-nomad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Scaleway Nomad Module

This module creates a nomad cluster on Scaleway.

Dependencies

Minimal versions:

  • Terraform 0.11.7
  • A scaleway account

Usage

Example usage of the module.

# scaleway access variables
variable "organization" {}
variable "token" {}

module "nomad" {
  source="github.com/diogok/terraform-scaleway-nomad" 

  name="demo"

  manager_count=1
  worker_count=3
  
  organization="${var.organization}"
  token="${var.token}"
}

output "managers" {
  value="${module.nomad.managers}"
}

output "workers" {
  value="${module.nomad.workers}"
}

License

MIT

About

Terrafom Nomad (with docker, weave and consul) on Scaleway servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages