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
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?
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 applyin 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?