As part of our introduction to self-service publishing in the Terraform Registry, this copy of the provider has been archived, and ownership has been transferred to active maintainers in the community. Please see the new location on the Terraform Registry: https://registry.terraform.io/providers/kreuzwerker/docker/latest
As an aside, I would argue that if possible we shouldn't be keeping the entire content_base64 as a state item if possible. A sha512 or some other hash should be more than enough to know whether or not it's changed, and regardless of the content if there is a change, the entire thing is recreated anyway. Just wish I actually know Go enough to be of some help here.
Terraform Version
0.12.19
Affected Resource(s)
Terraform Configuration Files
Debug Output
There's a lot of info that I'm not keen on sharing, but this is likely the only thing relevant:
Panic Output
Expected Behavior
I assume the war files should have been copied.
Actual Behavior
Error: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (1023714897 vs. 4194304)
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
with a docker_container that has a large file uploaded to itImportant Factoids
Nope
References
As an aside, I would argue that if possible we shouldn't be keeping the entire content_base64 as a state item if possible. A sha512 or some other hash should be more than enough to know whether or not it's changed, and regardless of the content if there is a change, the entire thing is recreated anyway. Just wish I actually know Go enough to be of some help here.