github.com/jzbruno/terraform@v0.10.3-0.20180104230435-18975d727047/command/test-fixtures/validate-invalid/multiple_providers/main.tf (about) 1 provider "aws" { 2 access_key = "123" 3 secret_key = "233" 4 region = "us-east-1" 5 } 6 7 provider "aws" { 8 access_key = "123" 9 secret_key = "233" 10 region = "us-east-1" 11 }