Terraform

Terraform tfstate state storage management

When we successfully execute terraform apply once and create the desired infrastructure, if we execute terraform apply again, the new execution plan generated will not contain any changes, Terraform will remember the current state of the infrastructure and apply Compare it with the expected state described by the code

Detailed explanation of Terraform Provider

Terraform is designed as a multi-cloud infrastructure orchestration tool. Unlike CloudFormation, which is bound to the AWS platform, Terraform can orchestrate resources of various cloud platforms or other infrastructures at the same time. Terraform's approach to multi-cloud orchestration is the Provider plug-in mechanism