FIX: Terraform "Error: Run variables are currently not supported"

Terraform

Recently I had to create a new workspace on an existing project to test some new functionality. So I create the workspace and run the init command. No problems. validated the configuration, no problems there either. When I executed the plan command Terraform unexpectedly returned Error: Run variables are currently not supported. Grrr. All I did was create a new workspace.

After digging around I found this resource: https://discuss.hashicorp.com/t/workspace-app-terraform-io-mode-local-execution/2112 . Funny, this is not the second time I have run into this problem.

The only reason I use Terraform Enterprise is for state management. It was easy to setup and get going. The above issue has been the only one so far and I hope Hashicorp considers setting the default to local. Otherwise every new workspace has to get a setting change before being useful.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.