I am trying to deploy using terraform cloud and when doning terraformsh plan apply I get an error that the remote backend can't save plan file
│ Error: Saving a generated plan is currently not supported
│
│ The "remote" backend does not support saving the generated execution plan locally at this time.
╵
I tried with terraformsh apply -P and it also didn't work because of missing plan file
│ Error: Failed to load "*/tf.f6d6015101.plan" as a plan file
│
│ Error: stat */tf.f6d6015101.plan: no such file or directory
╵
Hi there,
I am trying to deploy using terraform cloud and when doning
terraformsh plan apply
I get an error that the remote backend can't save plan fileI tried with
terraformsh apply -P
and it also didn't work because of missing plan fileIs there any workaround this?