Skip to content

Commit a457ca4

Browse files
authored
Add git/terraform practice content (#766)
1 parent 97baa4a commit a457ca4

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde
134134
<td><a href="./topics/terraform/">terraform</a></td>
135135
<td>📖 <a href="https://developer.hashicorp.com/terraform/docs">View</a></td>
136136
<td>✔️ <a href="./topics/terraform/basics/">Explore</a></td>
137-
<td>🏃 <a href="./topics/terraform/practice/">Explore</a></td>
137+
<td>✔️ <a href="./topics/terraform/practice/">Explore</a></td>
138138
</tr>
139139
<tr>
140140
<td><img height="28" src="https://skillicons.dev/icons?i=bash" /></td>
@@ -150,7 +150,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde
150150
<td><a href="./topics/git/">git</a></td>
151151
<td>📖 <a href="https://git-scm.com/doc">View</a></td>
152152
<td>✔️ <a href="./topics/git/basics/">Explore</a></td>
153-
<td>🏃 <a href="./topics/git/practice/">Explore</a></td>
153+
<td>✔️ <a href="./topics/git/practice/">Explore</a></td>
154154
</tr>
155155
<tr>
156156
<td><img height="28" src="https://skillicons.dev/icons?i=elasticsearch" /></td>

topics/git/basics/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
Coming soon...
1+
## Git basics
2+
3+
- Git basics: https://docs.github.com/en/get-started/git-basics
4+
- Git Guide: https://github.com/git-guides

topics/git/practice/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
...coming soon
1+
## Git practice
2+
3+
- Understand Gitflow workflow: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
...coming soon
1+
## Terraform practice
2+
3+
- Get Started - Azure: https://developer.hashicorp.com/terraform/tutorials/azure-get-started
4+
- Create an App Service app by using a Terraform template: https://learn.microsoft.com/en-us/azure/app-service/provision-resource-terraform?tabs=linux
5+
- Deploy an Azure Kubernetes Service (AKS) cluster using Terraform: https://learn.microsoft.com/en-us/azure/aks/learn/quick-kubernetes-deploy-terraform?pivots=development-environment-azure-cli

0 commit comments

Comments
 (0)