github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/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 }