TF assignment for day1 by Aniruddha Laha

Assignment – 1 List of Components of Terraform and explain each components with 1 image Ans : Terraform has two important components: Terraform Core and Terraform Plugins.Terraform Core oversees the reading and interpolation of resource plan executions, resource graphs, state management features and configuration files. Terraform Plugins are responsible for defining resources for specific services. This includes authenticating infrastructure providers and initializing the libraries used to make API calls. Specific to Azure AzureRM: Manage stable Azure resources and functionality such

Read more