hashicorp / packer-plugin-googlecompute

Packer plugin for Google Compute Builder
https://www.packer.io/docs/builders/googlecompute
Mozilla Public License 2.0
23 stars 51 forks source link

all: remove usage of ioutil #221

Closed lbajolet-hashicorp closed 1 month ago

lbajolet-hashicorp commented 1 month ago

Since the ioutil package is deprecated, we update all the instances in which it is used to replace them with the preferred methods of executing those functions.