-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: Opentofu workspaces not supported with backend http #2329
Comments
I have the same issue. Haven't found any workarounds |
Now the command to chose workspace is not ran if the workspace name is 'default' in the inventory. Related to semaphoreui#2329
I made a fix here in this PR. I'm using my branch right now in my own environment. |
you can tryout my updated docker image from dockerhub |
I've been having the same error when trying to use terraform remote state (HCP backend) since it uses a custom workspace I would think. |
@zancres please try my image that I linked above, it have my fix in it and works good for me both at home and at the company I'm working for at the moment |
The PR solves one problem and create another. The ability to turn off workspaces looks not very good for me. I think we need to check if workspaces works for a repo. |
I believe there's still no support for workspaces, when using the http backend. |
Some workaround should be implemented for sure, because in the current state the opentofu/terraform functionality i pretty much useless for http backend users. |
Issue
I tried to launch my opentofu code with semaphore UI. In my organization, we use our own git to store the tf.state so we use a backend http.
When i launch the task i have a message :
It seems that the backend http doesn't support workspaces. Would it be possible to make the use of a workspace optionnal ?
Impact
Other
Installation method
Binary
Database
MySQL
Browser
Firefox
Semaphore Version
2.10.22-e44910d-1721658299
Ansible Version
No response
Logs & errors
No response
Manual installation - system information
No response
Configuration
No response
Additional information
OpenTofu v1.8.1
The text was updated successfully, but these errors were encountered: