8 lines
122 B
Terraform
8 lines
122 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
nonexist = {
|
||
|
source = "registry.terraform.io/hashicorp/nonexist"
|
||
|
}
|
||
|
}
|
||
|
}
|