blob: 109242bc9b204d05ad652b191f05d1f9a6841fb5 [file] [log] [blame]
terraform {
required_providers {
nonexist = {
source = "terraform.io/builtin/nonexist"
}
terraform = {
version = "1.2.0"
}
}
}