Advanced Search
Search Results
4 total results found
Documentation
With Elestio’s Terraform provider, you can use an open-source infrastructure as code software tool to declare and manage your cloud services. See the Elestio Terraform provider documentation to learn about the services and resources, and visit the GitHub...
Get started
Build your first Elestio Terraform project This exemple shows the setup for a Terraform project containing a single PostgreSQL service, and shows off some useful commands to stand up (and destroy) your Elestio infrastructure. You can check this repository ...
Providers, datacenters and server types
This guide explain how to find available options for provider_name, datacenter and server_type variables when you want to manage a service resource with terraform : resource "elestio_vault" "my_vault" { ... provider_name = "hetzner" datacente...
Import an existing resource
You can use the terraform import command to import in the Elestio state an existing project or service already running. Project # Import a project by specifying the project ID. terraform import elestio_project.myawesomeproject project_id Declare the ...