Resolve Unsupported Terraform Core Version in Visual Studio Code on Mac - DevPops-Inc/mac GitHub Wiki
• The following resolution is for if you receive an error for unsupported Terraform Core version on when trying to run terraform plan.
•

• Type open -a “Visual Studio Code.app” and press the return key to launch Visual Studio Code.
•

• Expand the “File” menu and select “Open…”
•

• Browse to your Terraform file, select it and click “Open.”
•

• Click on the left of required version = “< version number >”.
•

• Type # to comment out the required version number.
•

• Press the command and S keys to save the change.
•

• Return to the Terminal, type terraform plan and press the return key and Terraform should run with the error now.
•
