Completed Day 56 exercises, added comments Day 56

This commit is contained in:
Saf Shah 2023-01-12 11:15:04 +00:00
parent 466e60fdb9
commit ec9dbd91f9
2 changed files with 5 additions and 3 deletions

View File

@ -131,3 +131,5 @@ I have listed a lot of resources down below and I think this topic has been cove
- [Awesome Terraform](https://github.com/shuaibiyy/awesome-terraform)
See you on [Day 57](day57.md)
# Completed daily exercises, Intro to Terraform

View File

@ -100,13 +100,13 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
- [✔️] ☸ 50 > [Choosing your Kubernetes platform](Days/day50.md)
- [✔️] ☸ 51 > [Deploying your first Kubernetes Cluster](Days/day51.md)
- [✔️] ☸ 52 > [Setting up a multinode Kubernetes Cluster](Days/day52.md)
- [✔️]] ☸ 53 > [Rancher Overview - Hands On](Days/day53.md)
- [✔️]] ☸ 54 > [Kubernetes Application Deployment](Days/day54.md)
- [✔️] ☸ 53 > [Rancher Overview - Hands On](Days/day53.md)
- [✔️] ☸ 54 > [Kubernetes Application Deployment](Days/day54.md)
- [✔️] ☸ 55 > [State and Ingress in Kubernetes](Days/day55.md)
### Learn Infrastructure as Code
- [] 🤖 56 > [The Big Picture: IaC](Days/day56.md)
- [✔️] 🤖 56 > [The Big Picture: IaC](Days/day56.md)
- [] 🤖 57 > [An intro to Terraform](Days/day57.md)
- [] 🤖 58 > [HashiCorp Configuration Language (HCL)](Days/day58.md)
- [] 🤖 59 > [Create a VM with Terraform & Variables](Days/day59.md)