cool-easter-32542
01/03/2024, 6:51 AMterraform_module(name="root")
terraform_deployment(name="prod", root_module=":root")
Then attempted to run the validate command:
$ 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