josenk / terraform-provider-esxi

Terraform-provider-esxi plugin
GNU General Public License v3.0
538 stars 154 forks source link

added example for cloud init networking #191

Closed jaerhalt closed 1 year ago

jaerhalt commented 1 year ago

had tried to add static IPv4 addresses via cloud init. Guess it could be helpful for all other's without googling around :)

josenk commented 1 year ago

I think I'm missing something here... Is this an attempt to set a static IP?

fpatz commented 1 year ago

Thanks @jaerhalt, this does just what I was looking for -- setting a static IP adress via cloud-init metadata. @josenk, I think this would be a worthwhile addition for the examples.