How can I configure autosuggest in Visual Studio Code for an Azure deployment using a Terraform file?

Musaddique Ali 0 Reputation points
2023-02-23T18:32:38.6333333+00:00

I am attempting to deploy an Azure virtual machine using a Terraform file within Visual Studio Code. However, the software is not providing any autosuggestions for SKUs. Is there a method to obtain these suggestions?

Thank you in advance!! no suggestion terra azure vsc

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,123 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,604 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,114 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
171 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
963 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,516 Reputation points Microsoft Employee
    2023-03-30T19:37:23.76+00:00

    @Musaddique Ali While the HashiCorp Terraform VS Code Extension adds intellisense support, I believe it doesn't support it for values since they are just string values.

    You could leverage the GitHub Co-Pilot Extension though, which is fairly accurate.

    0 comments No comments