Complete the code to specify the infrastructure as code tool used in AWS native templates.
The AWS native infrastructure as code tool is called [1].
AWS CloudFormation is the native infrastructure as code service provided by AWS to define and provision resources.
Complete the code to identify the tool that supports multiple cloud providers.
The tool that supports provisioning infrastructure across AWS, Azure, and Google Cloud is [1].
Terraform is a multi-cloud infrastructure as code tool that supports many cloud providers.
Fix the error in the statement about state management in infrastructure as code tools.
Terraform manages infrastructure state using a state file, while CloudFormation manages state [1].
CloudFormation manages state internally within AWS, while Terraform uses a state file that can be local or remote.
Fill both blanks to complete the sentence about template languages and resource provisioning.
CloudFormation templates are written in [1] or [2], while Terraform uses its own language called HCL.
CloudFormation supports JSON and YAML template formats for defining infrastructure.
Fill all three blanks to complete the sentence about tool integration and usage.
Terraform uses [1] files to define infrastructure, supports [2] backends for state storage, and can be integrated with [3] for automation.
Terraform uses .tf files, supports remote backends for state, and integrates with CI/CD pipelines for automation.