-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during Terraform Apply, tfstate too large #179
Comments
@andrestorresGL Just to isolate storage backend RPC payload can you run apply storing state locally as a test ? |
I had to reduce the number of rules and hostnames created using TF, I tested it locally without errors generating a I'll be adding new rules and hostnames to test it locally with a tfstate file bigger than 4.5Mb |
Hi @martinstibbe I was able to execute
|
Is there any update with this issue? |
@andrestorresGL This would be an issue that would need to be logged with s3 backend provider |
…TFP-461-cp-code-resource-reporting-error-on-switching-to-new-fields-after-migration to papiV2 * commit '90f332658f33ec39ec10f854258981def25515b1': Set both old and new values so they stay in sync Setting values in read and added a Noop Update
This has been noted as an AWS S3 issue to be submitted to the S3 provider project. Closing this issue. |
Hi there,
During
terraform apply
execution I'm facing next error messageSeems to be related to the tfstate file size.
I'm using S3 as backend with DynamoDB to lock the tfstate file.
The goal is to update an Akamai property passing the json rules as a file, the rules file is 2Mb.
Expected Behavior
Execute the
terraform apply
without errorsActual Behavior
terraform apply
fails because tfstate file is too largeSteps to Reproduce
Please list the steps required to reproduce the issue, for example:
Create a
terraform init
terraform apply
References
hashicorp/terraform#20879
The text was updated successfully, but these errors were encountered: