-
Notifications
You must be signed in to change notification settings - Fork 139
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
Fastly plugin crashes when backend variables change #884
Comments
It seems to crash when the the backend name value is computed |
Here is a full reproductible example:
|
Thanks @saez0pub. Fastly team, is there any update on fixing this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Affected Fastly Terraform Resource(s)
fastly_service_vcl
Terraform Configuration Files
Expected Behavior
What should have happened?
The plan should be planned or the apply should be applied.
Actual Behavior
What actually happened?
Any change whatsoever to the underlying Cloud Run service causes the Fastly provider to crash. I have to set
for_each = []
to get the configuration to apply, then quickly revert and apply. This obviously causes outages because the backend goes away.Debug Output (optional)
Please provide a link to a GitHub Gist containing the complete debug output (see Terraform docs). Ensure any sensitive data is
<REDACTED>
.https://gist.github.com/sethyates/a9fee5fb5bc85f3e739732437be6814e
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids (optional)
Is there anything atypical about your account or set up that we should know?
The text was updated successfully, but these errors were encountered: