#devops
Read more stories on Hashnode
Articles with this tag
Task 1. Create a Terraform configuration file to define a resource of AWS EC2 instance Terraform configuration file (usually with a .tf extension) to...
Task 1: Familiarize yourself with HCL syntax used in Terraform HashiCorp Configuration Language (HCL) is used in Terraform to write infrastructure as...
What is Terraform and how can it help you manage infrastructure as code? Terraform is an open-source infrastructure as code (IaC) tool developed by...
What could possibly make the <cat filename> command return the following error? --bash: cat: Command not found Ans. The command not found error...
For aspiring DevOps engineers, it is essential to know shell Scripting or bash scripting. In this shell scripting for DevOps guide, I will share my...
pwd--> Print current working directory. ls--> List files in the current directory. cd--> change directory. mkdir--> Create a new...