# Providers, datacenters and server types

<div id="bkmrk-this-guide-will-list"><div>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 :</div></div><div id="bkmrk-">  
</div><div id="bkmrk--0"></div>```bash
resource "elestio_vault" "my_vault" {
  ...
  provider_name = "hetzner"
  datacenter    = "fsn1"
  server_type   = "SMALL-1C-2G"
  ...
}
```

<div id="bkmrk-as-this-information-"><div>As this information can be updated often, we cannot put a fixed list in this documentation.</div><div>You will learn how to get this information from the Elestio website.</div><div>  
</div></div>#### Instructions

<div id="bkmrk-when-you-create-a-se"><div>When you create a service via the website, all three pieces of information (**providers**, **data centers,** and **server types**) **are listed on a single page**. You can copy the configuration from there and paste it into your Terraform file.</div></div><div id="bkmrk--1">  
</div><div id="bkmrk--2"></div><div id="bkmrk--3"></div>[![CleanShot 2023-10-03 at 12.55.15.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-55-15.png)](https://elest.io/)

![CleanShot 2023-10-03 at 12.55.32.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-55-32.png)

![CleanShot 2023-10-03 at 12.55.53.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-55-53.png)

![CleanShot 2023-10-03 at 12.56.15.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-56-15.png)

![CleanShot 2023-10-03 at 12.56.27.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-56-27.png)

![CleanShot 2023-10-03 at 12.56.51.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-56-51.png)

![CleanShot 2023-10-03 at 12.57.04.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-57-04.png)

[![CleanShot 2023-10-03 at 12.57.20.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-57-20.png)](https://docs.elest.io/uploads/images/gallery/2023-10/cleanshot-2023-10-03-at-12-57-20.png)

![CleanShot 2023-10-03 at 12.57.39.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-57-39.png)

![CleanShot 2023-10-03 at 12.57.50.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-57-50.png)

![CleanShot 2023-10-03 at 12.58.05.png](https://docs.elest.io/uploads/images/gallery/2023-10/scaled-1680-/cleanshot-2023-10-03-at-12-58-05.png)

<div id="bkmrk--16"></div>