Dany Gielow

Results 3 comments of Dany Gielow

I also had this problem with terragrunt. My workaround was to not use the kubernetes-addons module directly, but to create an intermediate terraform module which then uses the kubernetes-addons module....

This seems to be a bug in poetry-core 1.0.5. With poetry-core 1.0.4 packages with md5 hashes are installed normally.

@orShap The locked versions in poetry.lock are only used for poetry install. If you install poetry via pip the version constraints in pyproject.toml are used. In this case its >=1.0.4,