Unable to use "cloud" block even though running v1.1.0

Hi,
I’m a newbie running through the tutorial and got to the point of storing state remotely on Terraform Cloud. I got an unsupported block type when performing the init b/c I was running v1.0.11. I downloaded the latest version v.1.1.0 but I’m still getting the same error.

Am I doing something wrong?

Hello, welcome to the forum!

If you created the workspace using 1.0.11, the remote workspace may still be configured to use 1.0.11 even as you downloaded the latest 1.1.0 version for use in your local CLI.

Open Terraform Cloud, click on the workspace in question, select Settings → General, and ensure the Terraform version selected is 1.1+.

1 Like