github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/command/test-fixtures/import-provider-aliased/main.tf (about) 1 provider "test" { 2 foo = "bar" 3 4 alias = "alias" 5 } 6 7 resource "test_instance" "foo" { 8 }