Skip to content

insight-w3f/terraform-polkadot-aws-api-lb

Repository files navigation

terraform-polkadot-aws-api-lb

open-issues open-pr

Features

This module...

Terraform Versions

For Terraform v0.12.0+

Usage

module "this" {
    source = "github.com/insight-w3f/terraform-polkadot-aws-api-lb"

}

Examples

Known Issues

No issue is creating limit on this module.

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
create Bool to create the resources bool true no
id A unique identifier for the resources string "lb" no
subnet_ids The subnet ids for the LB list(string) n/a yes
vpc_id vpc id string n/a yes

Outputs

Name Description
dns_name n/a
lb_arn n/a
lb_id n/a
lb_target_group_arn n/a
lb_target_group_id n/a
public_ips n/a

Testing

This module has been packaged with terratest tests

To run them:

  1. Install Go
  2. Run make test-init from the root of this repo
  3. Run make test again from root

Authors

Module managed by robc-io

Credits

License

Apache 2 Licensed. See LICENSE for full details.