Problem Statement
Compare Terraform and CloudFormation.
Explanation
Terraform is a multi-cloud open-source tool that uses HCL syntax.
CloudFormation is AWS-native and uses JSON or YAML. Terraform is more flexible across providers, while CloudFormation offers deeper AWS integration.