Files
opentf/command/testdata/013upgrade-subdir/expected/providers.tf
2020-03-16 12:50:24 -04:00

11 lines
173 B
HCL

terraform {
required_providers {
alpha = {
source = "registry.terraform.io/-/alpha"
}
beta = {
source = "registry.terraform.io/-/beta"
}
}
}