github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/testdata/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 }