Daniel
Daniel
* Added replace for bash variables of format `${variable}` and `$variable` * Additional testing should be done to ensure that tab stop placeholder variables such as `${1:placeholder}` are still properly...
* Updated circleci and covalence to use unifiouat account. * Updated values to use default vpc/subnets/sgs from new account. * Updated covalence launcher script. * Convert to bool values to...
- Removed packer/terraform dir in env.docker since this is no longer needed. - Removed packer_tasks from the Rakefile since this was also deprecated in the latest covalence. - subnets should...
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...
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...
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.
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...
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.
Investigate adding packer-provisioner-serverspec to the packer core. Created a separate issue to track this and closed out #3 since binaries are now being distributed via github release artifacts.