opentofu/internal/command/testdata/providers-lock/basic/main.tf

7 lines
109 B
Terraform
Raw Permalink Normal View History

terraform {
required_providers {
test = {
source = "hashicorp/test"
}
}
}