https://github.com/nsmith5/fcos-terraform-tutorial
A tutorial about using Fedora CoreOS and Terraform together
https://github.com/nsmith5/fcos-terraform-tutorial
Last synced: over 1 year ago
JSON representation
A tutorial about using Fedora CoreOS and Terraform together
- Host: GitHub
- URL: https://github.com/nsmith5/fcos-terraform-tutorial
- Owner: nsmith5
- License: gpl-3.0
- Created: 2020-12-08T00:08:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T23:54:22.000Z (over 5 years ago)
- Last Synced: 2025-01-10T02:59:45.310Z (over 1 year ago)
- Language: HCL
- Size: 25.4 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedora CoreOS Terraform tutorial
_A tutorial about using Fedora CoreOS and Terraform together_
This helps you discover how to use [Fedora CoreOS][fcos] and
[Terraform][terraform] together. To run through the tutorial you'll need an AWS
account and credentials set up via `aws configure`. There are three demos:
[fcos]: https://getfedora.org/coreos?stream=stable
[terraform]: https://www.terraform.io/
- [Hello World](./0-Hello-World) shows the basics of Terraform and how you can
create Fedora CoreOS servers using the ct provider from Poseidon labs
- [Using Variables](./1-Using-Variables) Shows how you can pass variables into
your FCCT specification using `templatefile`.
- [Leveraging the Dependency Graph](./2-Dependencies) Demonstrates how you can
couple systems together using a load balancer example.
You can also read along in the [article published on Fedora Magazine][article]
[article]: https://fedoramagazine.org/deploy-fedora-coreos-with-terraform/