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
│ Error: Error modifying plan
│
│ with playground_resource.example,
│ on resource.tf line 9, in resource "playground_resource""example":
│ 9: resource "playground_resource""example" {
│
│ There was an unexpected error updating the plan. This is always a problem with the provider. Please report the following to the provider developer:
│
│ AttributeName("timeouts"): couldn't find attribute in resource schema: path leads to block, not an attribute╵
Steps to Reproduce
Using the schema and configuration listed above and running terraform apply should be sufficient to reproduce the issue.
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.
Module version
Relevant provider source code
The issue is described in more detail in timeouts.Block causes error in modify plan set.
Briefly, defining a block within the schema, in this instance, for timeouts and then omitting timeouts from configuration generates an error.
Terraform Configuration Files
Debug Output
https://gist.github.com/bendbennett/8a9ecd46848abc0aaeebf47129fd2a14
Expected Behavior
terraform apply
should have run successfullyActual Behavior
The following error is generated:
Steps to Reproduce
Using the schema and configuration listed above and running
terraform apply
should be sufficient to reproduce the issue.References
The text was updated successfully, but these errors were encountered: