Closed orimarti closed 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.
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?
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.
PS: I've just released v1.0.14 of this module.
Added classic_link and classic_link_dns options