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
In a debugging session or provider acceptance tests, I should reach the Create function
Actual Behavior
I get an error like
Error running pre-apply refresh: …
Error: Error modifying plan …
AttributeName(“timeouts”): couldn’t find attribute in resource schema: path leads to block, not an attribute
when running provider acceptance tests
Steps to Reproduce
Run provider acceptance test
Logs
No response
Additional Information
I am trying to port the AWS Provider resource aws_dynamodb_table, so we have to use the Block version of the timeouts.
Code of Conduct
I agree to follow this project's Code of Conduct
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 CLI and Framework Versions
github.com/hashicorp/terraform-plugin-framework v0.16.0
github.com/hashicorp/terraform-plugin-framework-timeouts v0.2.0
Terraform Plugin Framework Code
Terraform Configuration
Expected Behavior
In a debugging session or provider acceptance tests, I should reach the
Create
functionActual Behavior
I get an error like
when running provider acceptance tests
Steps to Reproduce
Run provider acceptance test
Logs
No response
Additional Information
I am trying to port the AWS Provider resource
aws_dynamodb_table
, so we have to use the Block version of the timeouts.Code of Conduct
The text was updated successfully, but these errors were encountered: