FlexibleEngineCloud / terraform-flexibleengine-cce

Terraform module which creates CCE resources on Flexible Engine
Apache License 2.0
4 stars 5 forks source link

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

Open jubobby opened 3 years ago

jubobby commented 3 years ago

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 commented 3 years ago

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