Skip to content

Instantly share code, notes, and snippets.

@Craigson
Created February 18, 2021 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Craigson/1123d2983c1f619e848058fa148e5366 to your computer and use it in GitHub Desktop.
Save Craigson/1123d2983c1f619e848058fa148e5366 to your computer and use it in GitHub Desktop.
Terraform template for Polkadot validator
module "aws_validator" {
source = "./aws"
ssh_public_key_file = var.ssh_public_key_file
}
module "digitalocean_monitoring" {
source = "./digitalocean"
do_token = var.do_token
pvt_key = var.pvt_key
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment