github.com/ctrox/terraform@v0.11.12-beta1/configs/test-fixtures/valid-files/provider-configs.tf (about)

     1  
     2  provider "foo" {
     3  }
     4  
     5  provider "bar" {
     6    version = ">= 1.0.2"
     7  
     8    other = 12
     9  }
    10  
    11  provider "bar" {
    12    other = 13
    13  
    14    alias = "bar"
    15  }