You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
I'm exploring this provider at the moment. My use-case; managing single-tenant SaaS via terraform.
I'd like to (automatically) maintain a state repository per tenant, containing the various generated files and so forth required inside the various servers. A server can then, when it boots (or otherwise poked), check out the state repository (or segment of it) at the particular revision for "now" and obtain its configuration.
So I'd in mind to terraform apply in a tenant's workspace, and for that to generate said files, commit, and push to the tenant's state repository, then trigger something telling the tenant's infra to pull & reconfigure things / restart services.
However; I didn't find a gitops_push. Is that likely to exist at some point?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm exploring this provider at the moment. My use-case; managing single-tenant SaaS via terraform.
I'd like to (automatically) maintain a state repository per tenant, containing the various generated files and so forth required inside the various servers. A server can then, when it boots (or otherwise poked), check out the state repository (or segment of it) at the particular revision for "now" and obtain its configuration.
So I'd in mind to
terraform apply
in a tenant's workspace, and for that to generate said files, commit, and push to the tenant's state repository, then trigger something telling the tenant's infra to pull & reconfigure things / restart services.However; I didn't find a
gitops_push
. Is that likely to exist at some point?The text was updated successfully, but these errors were encountered: