#terraform
Read more stories on Hashnode
Articles with this tag
Terraform Module By now , we have seen so many tf files Managing so many tf files make it difficult for us to manage. Rather than this, we can...
Terraform on AWS The way we create resources on aws using terraform should look like this: Install AWS Cli from here Then create your IAM Account in...
Terraform commands To check if our syntax is right, use terraform validate terraform fmt file makes the .tf file much more suitable to...
Infrastructure as Code (IaC) Rather than manually set coding environments and needs, we can code that in shell In this way, we can code, manage and...