aptible / terraform-provider-aptible

The official Terraform provider for Aptible Deploy
https://registry.terraform.io/providers/aptible/aptible/latest
10 stars 13 forks source link

Update module dependencies #46

Closed robertfairhead closed 3 years ago

robertfairhead commented 3 years ago

Our terraform acceptance tests in the integration suite are failing to run because of an issue with Hashicorp's rotated GPG key after the codecov breach.

This updates our dependencies to pull in the new Hashicorp modules. Those modules, in turn, use the new io/fs interface from Go 1.16. So I updated the targeted build version to that as well.