How to fix Terraform Provider configuration not present
Using Terraform v1.2.5 I am attempting to deploy an AWS VPC Peer. However, the following code fails validation: terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 4.1" } } } provider "aws" { region =…