I ran terraform init and plan etc as per the 0.12 upgrade document.
I just want to confirm, my referenced modules are in other github repositories.
But I know that running terraform init will copy the modules into the .terraform folder.
So when doing the 0.12 upgrade, will it modify the modules also?
Because I am seeing this error:
**Error:** **Incorrect attribute value type**
on .terraform/modules/database/main.tf line 120, in resource "aws_cloudwatch_metric_alarm" "database_disk_free":
120: insufficient_data_actions = ["${var.insufficient_data_actions}"]
Inappropriate value for attribute "insufficient_data_actions": element 0:
string required.
I will have to update my modules that are in other github repositories to actually make the changes, but just wondering if it should have upgraded them in my .terraform folder so I know which updates to make?