https://github.com/jamiefdhurst/azure-terraform-examples
Examples of Azure Terraform applications including a stateless (simple web app) and a stateful (database driven with MySQL + Kubernetes)
https://github.com/jamiefdhurst/azure-terraform-examples
Last synced: 4 months ago
JSON representation
Examples of Azure Terraform applications including a stateless (simple web app) and a stateful (database driven with MySQL + Kubernetes)
- Host: GitHub
- URL: https://github.com/jamiefdhurst/azure-terraform-examples
- Owner: jamiefdhurst
- License: mit
- Created: 2020-06-06T09:39:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:43:23.000Z (over 2 years ago)
- Last Synced: 2024-11-29T08:23:10.001Z (6 months ago)
- Language: HCL
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azure-terraform-examples
Examples of Azure Terraform applications including a stateless (simple web app) and a stateful (database driven with
Kubernetes).## 1. Stateless
Contains a basic stateless example using a VM within Azure and an automated deployment within Terraform.
## 2. Stateful
A more detailed example that includes a MySQL database, Kubernetes cluster, associated application and Kubernetes
manifests.