Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gridscale/terraform-examples
- Owner: gridscale
- License: mit
- Created: 2019-04-12T12:28:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T08:58:43.000Z (over 2 years ago)
- Last Synced: 2024-04-17T21:15:08.965Z (7 months ago)
- Topics: terraform, terraform-templates
- Language: HCL
- Homepage: https://gridscale.io
- Size: 145 KB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!