Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonym/terraform-demo
Demonstration repo of multi-cloud deployment with Terraform and Ansible
https://github.com/antonym/terraform-demo
Last synced: about 1 month ago
JSON representation
Demonstration repo of multi-cloud deployment with Terraform and Ansible
- Host: GitHub
- URL: https://github.com/antonym/terraform-demo
- Owner: antonym
- Created: 2021-03-11T18:22:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T10:11:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T11:21:37.170Z (3 months ago)
- Language: HCL
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-demo
This repo is for demonstrating usage of Terraform across multiple providers.
This is experimental and a continual work in progress. This is by no means production code and
is mainly here for examples and demonstration.It currently contains demonstration code for:
* Launching instances into AWS EC2
* Launching instances into Google Compute Engine
* Launching instances into VMware Cloud DirectorIt also contains Ansible playbooks that will apply onto the spawned instances on first boot to provide a
consistent deployment experience across providers and the initial skeleton of a sample web app.