Skip to content

Broken dependency since #574 - incorrect use of provider source for 0.12 versions of Terraform #578

@DoctorPolski

Description

@DoctorPolski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions