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
....
2023-08-23T09:42:16.0392452Z The plugin returned an unexpected error from
2023-08-23T09:42:16.0392622Z plugin.(*GRPCProvider).PlanResourceChange: rpc error: code =
2023-08-23T09:42:16.0392809Z ResourceExhausted desc = grpc: received message larger than max (4771020 vs.
2023-08-23T09:42:16.0392882Z 4194304)
....
Expected Behavior
What should have happened?
Normal run without any ResourceExhausted error
Actual Behavior
What actually happened?
Error is raised and block terraform plan
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
This issue was created with the help of @drewboswell
The text was updated successfully, but these errors were encountered:
NargiT
changed the title
Increase terraform-plugin-sdk 2.11.0 to unlock 4Mb limit to 256Mb
BLOCKER: Increase terraform-plugin-sdk 2.11.0 to unlock 4Mb limit to 256Mb
Aug 23, 2023
NargiT
changed the title
BLOCKER: Increase terraform-plugin-sdk 2.11.0 to unlock 4Mb limit to 256Mb
BLOCKER: Increase terraform-plugin-sdk to 2.11.0 to unlock 4Mb limit to 256Mb
Aug 23, 2023
Terraform Version
Affected Resource(s)
All, this concerns an indirect dependency that was fixe by terraform core team already.
The source of the problem
hashicorp/terraform-plugin-sdk#650
The PR that solve this problem
hashicorp/terraform-plugin-sdk#857
The CHANGELOG of version 2.11.0
Output
Expected Behavior
What should have happened?
Normal run without any ResourceExhausted error
Actual Behavior
What actually happened?
Error is raised and block
terraform plan
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
We have a higher (+1000) route limit for the new orchestration.
References
This repository already started work
Bumping currently terraform-plugin-sdk to 2.11.0 will fix the problem
@imjaroiswebdev maybe you could help on this one ?
This issue was created with the help of @drewboswell
The text was updated successfully, but these errors were encountered: