The examples provided are intended for illustrative simple purposes to facilitate an introductory understanding of Terraform.
aws ec2 describe-regions --profile <your-profile-name>
git clone --branch main https://github.com/git67/tf4teccle.git
...
default = "<your aws cli profile>"
...
terraform init
terraform validate
terraform plan
terraform apply -auto-approve
terraform destroy -auto-approve