Terraform Module version
parameters are not removed when using external terraform_module
that depend on other terraform_module
s
#1
Labels
bug
Something isn't working
When using externally maintained Terraform modules which use other Terraform modules, they frequently have the module
version
parameter set. This means that although we update the module'ssource
parameter correctly, theversion
parameter remains which causes a Terraform error.Ideally the
version
parameter should be removed when we replace references to a Terraform Module.The text was updated successfully, but these errors were encountered: