terraform/internal/command/testdata/init-provider-lock-file-rea.../main.tf

11 lines
126 B
HCL

terraform {
required_providers {
test = {
version = "1.2.3"
}
foo = {
version = "1.0.0"
}
}
}