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

8 lines
122 B
HCL

terraform {
required_providers {
nonexist = {
source = "registry.terraform.io/hashicorp/nonexist"
}
}
}