terraform/command/test-fixtures/import-provider-aliased/main.tf

6 lines
57 B
HCL

provider "test" {
foo = "bar"
alias = "alias"
}