Day 47: Terraform Variables
Hello everyone!
Variables in Terraform are quite important, as you need to hold values of names of instances, configs, etc.
We can create a variable.tf file which will hold all the variables.
variable "filename" {
default = "/home/ubuntu/terrform-tut...
engineeringhandbook.hashnode.dev2 min read