github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/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  }