Created
February 18, 2021 22:38
-
-
Save Craigson/1123d2983c1f619e848058fa148e5366 to your computer and use it in GitHub Desktop.
Terraform template for Polkadot validator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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