You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform should show more context about where the error came from. Preferably the location in the code but at least the relevant provider where the error occured.
For example
╷
│ Error: Missing provider ....
[...]
│
│ with provider["registry.terraform.io/pagerduty/pagerduty"],
│ on providers line XXX, in provider "pagerduty":
Actual Behavior
Terraform plan failed because of the not set provider configuration.
│ Error: Missing required argument
│
│ The argument "token" is required, but was not set.
Steps to Reproduce
terraform init
terraform plan
Additional Context
This also occurs when using the Github provider.
It becomes really hard to debug this error without lacking context.
References
No response
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform v1.3.7 on linux_amd64 + provider registry.terraform.io/dmachard/http-client v0.0.3 + provider registry.terraform.io/elastic/ec v0.5.1 + provider registry.terraform.io/elastic/elasticstack v0.5.0 + provider registry.terraform.io/hashicorp/archive v2.3.0 + provider registry.terraform.io/hashicorp/google v4.55.0 + provider registry.terraform.io/hashicorp/google-beta v4.55.0 + provider registry.terraform.io/hashicorp/null v3.2.1 + provider registry.terraform.io/hashicorp/random v3.4.3 + provider registry.terraform.io/hashicorp/template v2.2.0 + provider registry.terraform.io/hashicorp/vault v3.13.0 + provider registry.terraform.io/integrations/github v5.18.0 + provider registry.terraform.io/pagerduty/pagerduty v2.2.1 Your version of Terraform is out of date! The latest version is 1.3.9. You can update by downloading from https://www.terraform.io/downloads.html
Terraform Configuration Files
Debug Output
.
Expected Behavior
Terraform should show more context about where the error came from. Preferably the location in the code but at least the relevant provider where the error occured.
For example
Actual Behavior
Terraform plan failed because of the not set provider configuration.
Steps to Reproduce
terraform init
terraform plan
Additional Context
This also occurs when using the Github provider.
It becomes really hard to debug this error without lacking context.
References
No response
The text was updated successfully, but these errors were encountered: