Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terragrunt install fails if terraform 0.13 is installed #4

Open
snolan-uturn opened this issue Aug 18, 2020 · 0 comments
Open

terragrunt install fails if terraform 0.13 is installed #4

snolan-uturn opened this issue Aug 18, 2020 · 0 comments

Comments

@snolan-uturn
Copy link
Contributor

snolan-uturn commented Aug 18, 2020

The dependency for terragrunt is specified as 0.12.24, which limits the terragrunt install to 0.12.24 or a higher 0.12 version, it needs to be a range that includes 0.13. I think this should work

    <dependencies>
      <dependency id="terraform" version="[0.12.24,0.13]" />
    </dependencies>

The error that occurs if terraform 0.13 is installed is

2020-08-18 09:21:27,205 12136 [INFO ] - [NuGet] Attempting to resolve dependency 'terraform (= 0.12.24)'.
2020-08-18 09:21:27,222 12136 [ERROR] - terragrunt not upgraded. An error occurred during installation:
 Already referencing a newer version of 'terraform'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant