Hi,
#574
This commit: https://github.com/terraform-aws-modules/terraform-aws-vpc/pull/574/files#diff-7a675c670d75c5377fab042389a1c31e147037138af03515f2d455e357aaef60
The above commit is fundamentally flawed. A provider source (in this case for AWS) cannot be supplied for versions of Terraform < 0.13 yet the constraint for the required version of Terraform still permits 0.12 versions of Terraform.
Anyone who depends on this resource who is still running a 0.12 version of Terraform will now find themselves with a broken implementation.
I suspect this was tested using a 0.13 version of Terraform. Try again with a 0.12 version to reproduce.
Thanks.