How to use Data Source in Terraform?
Reading Time: 3 minutes In this blog, we will be learning about what is data source and how to use it in terraform. What is Data Source? Data source in terraform relates to resources but only it gives the information about an object rather than creating one. It provides dynamic information about the entities we define outside of terraform. Data Sources allow fetching data about the infrastructure components’ configuration. Continue Reading