github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/command/testdata/import-provider-aliased/main.tf (about)

     1  provider "test" {
     2      foo = "bar"
     3  
     4      alias = "alias"
     5  }
     6  
     7  resource "test_instance" "foo" {
     8  }