Is there any way to automate or build repeatable cloud environments for cloud tasks across repos? I noticed that setting up that is a bit of a manual task, that ideally I’d like to just build automation for into my project templates. It didn’t seem like there is an exposed tf provider for this though. Anybody aware of any solutions?
A practical approach is to create standardized project scaffolds that include preconfigured IaC (Terraform/Pulumi) and automate environment provisioning via CI pipelines. If a native Terraform provider is not available, use API-driven automation or wrapper scripts to make the setup fully repeatable across repositories.
Yes, that’s the goal. However, I don’t see any mention in the codex/cloud/environments doc about any API-driven or IaC offerings to configure that anywhere else besides the codex dashboard. Are you aware of any?
Also looking for this, is there an API to manage Environments?