terraform/command/testdata/013upgrade-file-exists/expected/providers.tf

11 lines
173 B
HCL

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