Configuration Version is missing Terraform Cloud

4.1k views Asked by At

I set up a workspace and I am following the Enforce Policy with Sentinel hands on guide.

I see the following message in the run tab:

enter image description here
As soon as I try to press the queue plan button I receive this error:

enter image description here

My configured variables are:

enter image description here Is there something else I need to configure to be able to queue a plan?

Executing from the cli I was able to trigger a run (in TF Cloud) that only included the plan step. The run execution can be viewed if I access the specific run url directly.

Any help, suggestions are more than welcome!

2

There are 2 answers

0
inamuu On BEST ANSWER

I guess you've already resolved this issue, but I post my resolution anyway.

When this issue occurred, I had wrong workspace's name settings.

There were two workspaces with similar names, and I don't know why this happened. Then I deleted one of them.

On the other one occurred this issue.

In the end, when I deleted the workspace and recreated it, I didn't have the issue occurring anymore.

0
JBS On

In my case I didn't have duplicate / similar names workspaces (only one workspace). I found that after running terraform apply locally once first, the UI controls started to work as expected.