Variable in Terraform
Variables in Terraform
We create a file variables.tf, put the values for our configuration which can change or vary. Makes it useful to make your config more dynamic, reusable and flexible.
Variables is used for parameterized, can use as pramsT to pa...
amitsinghs.hashnode.dev6 min read