terraform/internal/command/e2etest/testdata/provider-not-found-non-default/main.tf

8 lines
104 B
HCL

terraform {
required_providers {
nonexist = {
source = "teamterraform/nonexist"
}
}
}