This module...
For Terraform v0.12.0+
module "this" {
source = "github.com/insight-w3f/terraform-polkadot-aws-api-lb"
}
No issue is creating limit on this module.
Name | Version |
---|---|
aws | n/a |
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 |
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 |
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 robc-io
Apache 2 Licensed. See LICENSE for full details.