<#20363 Terraform backend setup issues> Issue crea...
# github-notifications
c
#20363 Terraform backend setup issues Issue created by kuza55 Describe the bug I'm trying out the terraform backend, so I setup: I setup a BUILD file in my terraform folder
Copy code
terraform_module(name="root")

terraform_deployment(name="prod", root_module=":root")
Then attempted to run the validate command:
Copy code
$ pants check terraform/prod
17:05:18.26 [ERROR] Completed: pants.backend.terraform.goals.check.terraform_check - terraform-validate failed (exit code 1).
╷
│ Error: Module not installed
│
│   on <http://main.tf|main.tf> line 10:
│   10: module "dashboard_cert" {
│
│ This module is not yet installed. Run "terraform init" to install all
│ modules required by this configuration.
Pants version 2.18.0 OS Linux on WSL pantsbuild/pants