terraform-aws-vpc icon indicating copy to clipboard operation
terraform-aws-vpc copied to clipboard

Terraform AWS VPC Stack

Results 9 terraform-aws-vpc issues
Sort by recently updated
recently updated
newest added

This pull request adds a couple more variables (`additional_dmz_tags` & `additional_lan_tags`) to the az terraform module. By adding these additional tags, we can differentiate between dmz and lan subnets. An...

Syntax fixes: -removed redundant brackets around list variables -updated variable types to include types of booleans and numbers -removed unnecessary quotations around variable types and values for non-string types -removed...

Once [Terraform 0.12 support #44](https://github.com/unifio/terraform-aws-vpc/pull/44) has been completed, support for terraform 0.13 should be added. The module should be updated to support Terraform 0.13. This will require deployment of a...

unifio-ext
upgrade-0.13

Review and publish module to the [terraform registry](https://www.terraform.io/docs/modules/publish.html). Updates should be made to adheer to the hashicorp recommended [standard module structure](https://www.terraform.io/docs/modules/#standard-module-structure). Items that should be reviewed and applied **IF** required...

upgrade-0.12
unifio-ext

The [Terraform 0.12 support #44](https://github.com/unifio/terraform-aws-vpc/pull/44) should be completed and merged to master with a release made available.

upgrade-0.12
unifio-ext

The terraform AWS provider has received major updates from [version 2 to version 3](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-3-upgrade). Each resource outlined in the [upgrade write-up](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-3-upgrade) should be reviewed for possible breaking changes in the...

upgrade-0.12
unifio-ext

Module updates for terraform 0.12 support

There are currently deprecation warnings seen during [ci validations](https://app.circleci.com/pipelines/github/unifio/terraform-aws-vpc?branch=upgrade-0.12) on the [Terraform 0.12 support #44](https://github.com/unifio/terraform-aws-vpc/pull/44) PR. All deprecated syntax warnings for terraforms 0.12.29 should be addressed.

upgrade-0.12
unifio-ext

I came across a few issues in the README while trying these modules out.