Terraform Assignment
1] Learn about tfvars file?
In Terraform, a .tfvars file is used to pass variable values into your Terraform configuration. This allows you to separate configuration from variable definitions, making it easier to manage and share configurations.
Terr...
devopswithakash.hashnode.dev2 min read