When I upload all files as a .zip to Coder I get the following error:
Terraform 1.13.4
Terraform initialized in an empty directory!
The directory has no Terraform configuration files. You may begin working
with Terraform immediately by creating Terraform configuration files.
Terraform 1.13.4
Error: No configuration files
Plan requires configuration to be present. Planning without a configuration would mark everything for destruction, which is normally not what is desired. If you would like to destroy everything, run plan with the -destroy option. Otherwise, create a Terraform configuration file (.tf file) and try again.
What's the correct way to get this working? Is there supposed to be a main.tf?
When I upload all files as a .zip to Coder I get the following error:
What's the correct way to get this working? Is there supposed to be a main.tf?