Niahm
Results
2
comments of
Niahm
you should replace ``` manifest = appDir.read('./package.json', 'json'); ``` by ``` manifest = projectDir.read('./package.json', 'json'); ```
I have the same issue in terraform 1.7.1, same checks that @Perks-of-Being-a-Cauliflower mentioned are done. ``` Run terraform init -backend-config="key=portal/prod/portal-infra/terraform.tfstate" -reconfigure 2024-01-25T10:23:45.425Z [INFO] Terraform version: 1.7.1 2024-01-25T10:23:45.426Z [DEBUG] using github.com/hashicorp/go-tfe...