github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/configs/testdata/valid-files/provider-configs.tf (about)

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