Error: No configuration files
I am new to terraform and coder.
I am trying to use this template: https://github.com/coder/coder/tree/main/examples/templates/gcp-windows.
I copied the folder and added the line
default="projectId"
And I got the following error:
Is there any sample template that works out of the box?3 Replies
<#1217678057100410972>
Category
Help needed
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
*meaning has all the code along with variables and I can replace the variables with my own to link them to the cloud provider I am using.
are you sure there is a
main.tf
file in the directory where you are running coder template push
?