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

8 lines
122 B
Terraform
Raw Normal View History

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