Home

Awesome

terraform-icon-analytics-aws-network

open-issues open-pr

Features

This module...

Terraform Versions

For Terraform v0.12.0+

Usage

module "this" {
    source = "github.com/insight-icon/terraform-icon-analytics-aws-network"

}

Examples

Known Issues

No issue is creating limit on this module.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

Providers

NameVersion
awsn/a

Inputs

NameDescriptionTypeDefaultRequired
azsList of availability zoneslist(string)n/ayes
cidrThe cidr range for networkstring"10.0.0.0/16"no
createBool to createbooltrueno
domain_namen/astring""no
enable_prometheusEnable prometheus monitoringbooltrueno
idThe id of the resourcesstringn/ayes
private_subnetsList of cidr ranges for private subnetslist(string)<pre>[<br> "10.0.101.0/24",<br> "10.0.102.0/24",<br> "10.0.103.0/24"<br>]</pre>no
public_subnetsList of cidr ranges for public subnetslist(string)<pre>[<br> "10.0.1.0/24",<br> "10.0.2.0/24",<br> "10.0.3.0/24"<br>]</pre>no
tagsTags for resourcesmap(string){}no
vpc_nameThe name of the VPCstring""no

Outputs

NameDescription
azsn/a
private_route_table_idsn/a
private_subnetsn/a
private_subnets_cidr_blocksn/a
public_subnet_cidr_blocksn/a
public_subnetsn/a
sg_prometheus_idn/a
sg_rds_idn/a
sg_redshift_idn/a
vpc_id#### VPC ####
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

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 insight-icon

Credits

License

Apache 2 Licensed. See LICENSE for full details.