linode / terraform-provider-linode

Terraform Linode provider
https://www.terraform.io/docs/providers/linode/
Mozilla Public License 2.0
197 stars 94 forks source link

test: add environment file to cloud firewall implementation to stabilize builds and reduce execution time #1477

Closed ykim-1 closed 3 months ago

ykim-1 commented 3 months ago

📝 Description

Addressing TLS handshake failures - https://github.com/linode/terraform-provider-linode/pull/1475

Now executing int-test will create an env file in tmp directory containing ipv4 and ipv6 information which will be read in e2e_test_firewall.gotf script. This will greatly improve execution time of the workflow and also avoid TLS handshake failures

✔️ How to Test

Forked run - https://github.com/ykim-1/terraform-provider-linode/actions/runs/9571535532

📷 Preview

If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.