Terraform Data Sources

Data Sources in Terraform is one of the important concepts which enables you to work with data values sourced from somewhere else. Somewhere else here would mean other modules, or cloud providers, or even locally. There are situations where the Terraform code needs to query a “fresh” set of values to be used while applying … Continue reading Terraform Data Sources