xxxxxxxxxx
When using partial configuration, Terraform requires at a minimum that an empty backend configuration is specified in one of the root Terraform configuration files, to specify the backend type
// Example
terraform {
backend "consul" {}
}