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

Version Parameter not supported with TF 0.15.1 and Terragrunt 0.29.6 during init #11

Open
jubobby opened this issue Jun 1, 2021 · 1 comment

Comments

@jubobby
Copy link

jubobby commented Jun 1, 2021

Hello,
When using in terragrunt\mypf\rds\terragrunt.hcl

terraform {    
  source = "FlexibleEngineCloud/rds/flexibleengine"
  version = "2.1.5"   
} 

-> Unsupported argument; An argument named "version" is not expected here.

workaround seems to be
source = "FlexibleEngineCloud/rds/flexibleengine?ref=2.1.5"

@antonin-a
Copy link
Collaborator

Hello @vlandemaine-orange or @osaluden , do you have some time to check this one ?

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

2 participants