Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Day02 - Terraform Providers

What is a terraform provider?

  • Providers are plugins using which we call the cloud APIs or any third-party APIs for infra provisioning and management.
image

Provider version v/s Terraform core version

image

Why version matters

image

Version constraints and operators

image