1152 Views
Now that we've gone through an introduction to Terraform, let's take a look at parameterizing our deployments using Terraform Input Variables. Input Variables enable you to pass in configuration values at the time of deployment. This is a great way to build a Terraform project that can be reused to deploy multiple different environments or similar deployments that have slightly different configuration.
0 comments