Arne
Results
3
comments of
Arne
Same problem as @cbugneac-nex reported. SSH Key via ssh.agent does not work (Terraform is able to download the modules)
Are there any updates on this? If i include modules like this ``` module "globals" { source = "[email protected]:orga/repo.git//tf_modules//globals" } module "this" { account_id = module.globals... # NO AUTOCOMPLETE }...
Any news on this? Would love to swítch from idea to vscode.