Skip to content

drand/terraform-drand-allowlists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-drand-allowlists

This is a Terraform module to retrieve drand allowlists. It can be used by members of the drand-networks to better automate their infrastructure by easily fetching drand.sh-maintained allowlists with their credentials.

Usage

To call the module you will need to provide your allowlists.drand.sh username and password, as well as the network (env), for example testnet.

module "allowlists" {
  source  = "drand/allowlists/drand"
  version = "0.0.2"
  username = "yourusername"
  password = "yourpassword"
  env = "yourenv"
}

# You can then use the module "cidrs" output somewhere else
resource "type" "name" {
  allowlist = module.allowlist.cidrs
}

License

This software is dual-licensed under Apache 2.0 and MIT terms:

About

A Terraform module to fetch and provide drand-published allowlists

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages