github.com/odise/terraform@v0.6.9-0.20160401223921-f7d1e0390da7/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  }