openinfrastructure / terraform-google-multinic

Connect two VPC networks with an auto-healing, auto-scaling group of IP router instances.
Apache License 2.0
10 stars 5 forks source link

(#40) Add startup_script_user input variable #41

Closed jeffmccune closed 3 years ago

jeffmccune commented 3 years ago

This patch adds an input variable to allow an user defined startup script to execute immediately after the multinic startup script executes. The script must be bash and is stored in the startup-script-user instance metadata key.

Resolves: #40