Changing the Terraform backend from the default "local" backend to a different one after performing your first terrafom apply is:
When should you write Terraform configuration files for existing infrastructure that you want to start managing with Terraform?
What does this code do?
terraform { required_providers { aws = ">= 3.0" }}
Which of the following should you put into the required_providers block?