Day #63 - Terraform Variables
variables in Terraform are quite important, as you need to hold values of names of instance, configs , etc.
We can create a variables.tf file which will hold all the variables.
variable "filename" {
default = "/home/ubuntu/terrform-tutorials/terrafor...
goutamdevops.hashnode.dev5 min read