fastly / terraform-provider-fastly

Terraform Fastly provider
https://www.terraform.io/docs/providers/fastly/
Mozilla Public License 2.0
119 stars 140 forks source link

fix(tls_activation): update mutual_authentication_id #866

Closed Integralist closed 4 months ago

Integralist commented 4 months ago

Fixes https://github.com/fastly/terraform-provider-fastly/issues/860

[!NOTE] I've taken the liberty of adding more nil dereference checks around the existing logic, as I wasn't comfortable with how the current code was just blindly trusting the pointers would contain an actual reference 😬

kpfleming commented 4 months ago

While it would be great to have an acceptance test which covers this, we don't have time for that at the moment so I'll create an issue to remember that we need to add it later.