github.com/sl1pm4t/terraform@v0.6.4-0.20170725213156-870617d22df3/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 }