Option 1: VS Code Settings (Recommended)
Open VS Code Settings (JSON) and add:
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Preferences: Open User Settings (JSON)"
- Add this configuration:
{
"terraform.languageServer.terraform.path": "terraform",
"terraform.languageServer.enable": true,
"terminal.integrated.env.linux": {
"AWS_PROFILE": "profile-name"
}
}
No hay comentarios:
Publicar un comentario