Terraform is an opensource tool for creating, changing and versioning infrastructure. It uses config files.
In other words, it uses Infrastructure as a Code (IaC) to provision cloud resources or any infrastructure.
Terraform execution steps are:
Terraform plan command throws if any syntax or runtime error exits.
Terraform apply command provision the infrastructure on the cloud.
Terraform destroy command deletes the infrastructure from the cloud.
Reference:
In other words, it uses Infrastructure as a Code (IaC) to provision cloud resources or any infrastructure.
Terraform execution steps are:
- init
- plan
- apply
- destroy
Terraform plan command throws if any syntax or runtime error exits.
Terraform apply command provision the infrastructure on the cloud.
Terraform destroy command deletes the infrastructure from the cloud.
Reference:
No comments:
Post a Comment