Variables in Terraform: My learnings.
Introduction:I have been learning terraform and today i came across concept of variables in terraform. Variables allow you to store values which can be used in multiple places in terraform code. There are two types of variables:
Input Variables
Out...
rohans-blogs.hashnode.dev3 min read