Skip to content

Latest commit

 

History

History

issues

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Issues

Configuration in this directory creates set of VPC resources to cover issues reported on GitHub:

Usage

To run this example you need to execute:

$ terraform init
$ terraform plan
$ terraform apply

Note that this example may create resources which can cost money (AWS Elastic IP, for example). Run terraform destroy when you don't need these resources.

Requirements

Name Version
terraform >= 1.0
aws >= 5.46

Providers

Name Version
aws >= 5.46

Modules

Name Source Version
vpc_issue_108 ../../ n/a
vpc_issue_44 ../../ n/a
vpc_issue_46 ../../ n/a

Resources

Name Type
aws_availability_zones.available data source

Inputs

No inputs.

Outputs

Name Description
issue_108_database_subnets List of IDs of database subnets
issue_108_elasticache_subnets List of IDs of elasticache subnets
issue_108_nat_public_ips List of public Elastic IPs created for AWS NAT Gateway
issue_108_private_subnets List of IDs of private subnets
issue_108_public_subnets List of IDs of public subnets
issue_108_vpc_id The ID of the VPC
issue_44_database_subnets List of IDs of database subnets
issue_44_elasticache_subnets List of IDs of elasticache subnets
issue_44_nat_public_ips List of public Elastic IPs created for AWS NAT Gateway
issue_44_private_subnets List of IDs of private subnets
issue_44_public_subnets List of IDs of public subnets
issue_44_vpc_id The ID of the VPC
issue_46_database_subnets List of IDs of database subnets
issue_46_elasticache_subnets List of IDs of elasticache subnets
issue_46_nat_public_ips List of public Elastic IPs created for AWS NAT Gateway
issue_46_private_subnets List of IDs of private subnets
issue_46_public_subnets List of IDs of public subnets
issue_46_vpc_id The ID of the VPC