hashicorp / terraform-aws-vault

A Terraform Module for how to run Vault on AWS using Terraform and Packer
Apache License 2.0
659 stars 465 forks source link

Add testing for Ubuntu 20.04 #247

Closed yorinasub17 closed 2 years ago

yorinasub17 commented 3 years ago

This updates the tests to run against Ubuntu 20.04. In the process, I went through and updated all usage of python to python3.

NOTE: I don't have write access to this repo, so I have to push the PR on a fork. This means that automated tests won't be triggered automatically, so would appreciate if someone with write access can do the testpr call to kickoff the testing.

yorinasub17 commented 3 years ago

Ah just realized this would depend on https://github.com/hashicorp/terraform-aws-vault/pull/243, so we should get that merged first.

yorinasub17 commented 3 years ago

@brikis98 This is now ready for testing. I pulled in the commits directly from #243 via cherrypicking.

yorinasub17 commented 3 years ago

@brikis98 ready for another round of testing when you get the chance.

hashicorp-cla commented 2 years ago

CLA assistant check
All committers have signed the CLA.

yorinasub17 commented 2 years ago

Closing as outdated