Terraform cloud is a feature provided by enterprise version of terraform. That means its not available free of cost but on the other hand , it provides us with some advanced features like that in terraform workflow/ easy integration with git/ storing tfstate file on terraform cloud/ terraform sentinels.
For a deeper understanding , please read the below link from the official documenttion
HI Carolina ,
Terraform cloud is a feature provided by enterprise version of terraform. That means its not available free of cost but on the other hand , it provides us with some advanced features like that in terraform workflow/ easy integration with git/ storing tfstate file on terraform cloud/ terraform sentinels.
For a deeper understanding , please read the below link from the official documenttion
https://www.terraform.io/docs/cloud/overview.html
Thanks