Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gridscale/terraform-examples

Template files to help you get started with Terraform and gridscale
https://github.com/gridscale/terraform-examples

terraform terraform-templates

Last synced: 5 days ago
JSON representation

Template files to help you get started with Terraform and gridscale

Awesome Lists containing this project

README

        

# Terraform Examples for gridscale

This repository contains small self-contained Terraform projects you can use as a starting point for using [Terraform](https://www.terraform.io/) with gridscale. It showcases how easy it is to manage gridscale resources with Terraform in simple as well as more advanced scenarios.

To make use of the examples, you will need a [gridscale.io](https://my.gridscale.io/signup/) account and an [API token](https://my.gridscale.io/Easy/APIs/).

## Examples

- [single-server](single-server/README.md): A simple example that shows how a complete server with attached storage, template selection, and networking can be described in Terraform.
- [provisioner](provisioner/README.md): Shows how to integrate Ansible with Terraform to provision your servers and assign them your Ansible roles.
- [multi-project](multi-project/README.md): Describes how you could get Terraform to work in a multi-project scenario.
- [pubkey-from-file](pubkey-from-file/README.md): Example that shows how to load an SSH public key file with `file()`.

## More

Check out the provider's [reference documentation](https://registry.terraform.io/providers/gridscale/gridscale/latest/docs) for all Data Sources and Resources, along with a complete list of the arguments they accept.

We also have an introductory-level guide on how to setup and use Terraform in our [tutorials](https://gridscale.io/en/community/tutorials/terraform-ubuntu-einrichten-gridscale/) section. Check it out.

Have fun!