Replies: 1 comment 2 replies
-
Maybe OTF is what you're looking for, which is a clone of Terraform Cloud |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there currently a project or server that implements the Cloud Backend for remote execution?
https://opentofu.org/docs/cli/cloud/
I'd love to be able to run my users code remotely in a standardized way.
It would be lovely if there was a gRPC interface that allowed folks to implement the Cloud Backend Interface?
I worked with "Virtual Kubelet" and it made it easy for folks to implement their own pod lifecylce logic.
For example the user only had to implement the following interface to deploy pods to their infrastructure. It would be lovely to have something similar with opentf cloud backends.
I've seen abstractions like this, but they are a bit clunky for the user:
https://github.com/nunchistudio/temporal-land/blob/main/integrations/terraform/documentation/terraform-cdk.md
Beta Was this translation helpful? Give feedback.
All reactions