logo

Crowdly

Browser

Add to Chrome

Your team has started using terraform OSS in a big way , and now wants to depl...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Your team has started using terraform OSS in a big way , and now wants to deploy multi region deployments (DR) in aws using the same terraform files . You want to deploy the same infra (VPC,EC2 ...) in both us-east-1 ,and us-west-2 using the same script , and then peer the VPCs across both the regions to enable DR traffic. But , when you run your script , all resources are getting created in only the default provider region. What should you do? Your provider setting is as below - # The default provider configuration provider "aws" { region = "us-east-1" }
More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome