-
Notifications
You must be signed in to change notification settings - Fork 140
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
Provider crash invalid memory address #838
Comments
👋🏻 Thanks for opening this issue. I've implemented a quick "fix" here: Essentially, the error is caused by the Fastly TF provider trying to reference an The problem I have is that it's unclear to me why the Fastly API would return a TLS Subscription with Would it be possible to see an example of your TF configuration? I'd ideally like to run this past the Fastly TLS team to better understand the environment in which this runtime panic occurred. Thanks. |
Thanks for the quick fix ! I'm not sure this is related but yesterday there was an incident outage on Fastly api returning 500 errors. When they fixed it, this bug suddenly appeared. I will see if I can share something for you |
I can confirm that the issue occurs when this ressource is in my state :
is this related to https://www.fastlystatus.com/incident/376455 ? |
👋 Hello! I work on the Fastly TLS team. Regarding the Let’s Encrypt’s Chain of Trust changes that you referenced, the change will not occur until June 6, 2024...so that is unlikely to be related. We'd be happy to investigate further. Would you be able to open a support ticket with details on the specific subscription and domains experiencing this issue? |
Tickets 758522 created. Thanks ! |
We're also seeing this error since the incident:
Though in our case it doesn't seem to be related to having a |
Removing |
Hello, I was off for few days and it seems all my issues are resolved somehow. (the provider panic and the one @jonnangle mentioned). |
Thanks for the update @Klaitos 👍🏻 I believe there was an issue with the Fastly API that was underpinning the errors materialising within the Terraform provider. I'll check in with the API team to get a confirmation that all should be resolved and then I'll probably close off this issue. |
👋🏻 @Klaitos Just wanted to circle back to confirm that the API issue was resolved end of last week. If you have any other questions regarding the incident then please reach out to https://support.fastly.com/ Thanks! |
Terraform Version
Terraform v1.8.1
But also happening in terraform 1.7.4
Affected Fastly Terraform Resource(s)
It seems to be
fastly_tls_subscription
but I use several resources (compute and service_vcl)Terraform Configuration Files
# Copy-paste your Terraform configuration here.
Expected Behavior
No crash
Actual Behavior
The text was updated successfully, but these errors were encountered: