terraform-community-modules / tf_aws_vpc

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-vpc
Other
210 stars 203 forks source link

Added classic_link and classic_link_dns options #72

Closed orimarti closed 6 years ago

orimarti commented 6 years ago

Added classic_link and classic_link_dns options

antonbabenko commented 6 years ago

By any chance, can you use the terraform-aws-vpc which is much more up-to-date and feature-rich.

PS: This repo is not maintained any longer.

orimarti commented 6 years ago

Yes, I know this is deprecated what we are using this one right now and think there's not an easy way to migrate to the new one without breaking anything no?

antonbabenko commented 6 years ago

There is a fairly easy way to migrate from this repo to the new one. After you change the source and run terraform plan with the new source and the same (or slightly changed arguments to the module) you will see that some resources should be recreated because names have been changed for them.

You will have to run few terraform state mv commands as described in this issue to get state updated, so that terraform plan see no difference.

antonbabenko commented 6 years ago

PS: I've just released v1.0.14 of this module.