nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

[#286] Fix: Terraform plan can't be applied because of VPC endpoint misconfiguration #304

Open Nihisil opened 2 weeks ago

Nihisil commented 2 weeks ago

What happened 👀

Previously, we added it to the template, but it did not work. Now it is working.

Proof Of Work 📹

Before the fix we weren't able to apply tf plan generated from our code:

image

After the fix TF plan can be applied without error:

image