This module deploys a Substrate telemetry server for use in your Substrate/Polkadot deployment. You only require one server per deployment.
For Terraform v0.12.0+
module "this" {
source = "github.com/insight-w3f/terraform-polkadot-aws-telemetry"
}
No requirements.
No provider.
Name | Description | Type | Default | Required |
---|---|---|---|---|
create_dns | Boolean to enable DNS record creation | bool |
false |
no |
domain_name | Root domain name for deployment (as is present in Route53) | string |
"" |
no |
host_name | Hostname for server (i.e. "telemetry") | string |
"telemetry" |
no |
name | A unique id for the deployment | string |
"" |
no |
private_key_path | Path to private key | string |
"" |
no |
public_key_path | Path to public key | string |
"" |
no |
subnet_id | ID for the subnet to deploy into | string |
null |
no |
vpc_id | ID for the VPC to deploy into | string |
null |
no |
Name | Description |
---|---|
endpoint_ip | n/a |
This module has been packaged with terratest tests
To run them:
- Install Go
- Run
make test-init
from the root of this repo - Run
make test
again from root
Module managed by Richard Mah
Apache 2 Licensed. See LICENSE for full details.