Intro and Installation Overview This is a fairly large topic. Every body learns python for the sake of being an easy language - it is coming out to be an essential languages to be learnt thanks to AI/ML ecosystem. Of course there are other usages of Python as well. Learning this language is easy, but … Continue reading Python Internals – 1
Coding
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