github.com/aspring/terraform@v0.8.2-0.20161216122603-6a8619a5db2e/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  }