Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin Terraform plugin versions (digital-asset#4519)
We're currently depending on a floating "latest", which is often a bad idea. Today my machine decided to upgrade the google plugin,w hich is no specifying some new fields for the GCS objects, and therefore `terraform plan` doe snot look clean anymore, even though there has been no change to the terraform files (nor to the infrastructure). This PR aims to make our Terraform setup more reproducible by pinning Terraform plugin versions. It's also a way to track the application of the "new" Terraform setup, as it is technically a standard change (though hopefully a very safe one). CHANGELOG_BEGIN CHANGELOG_END
- Loading branch information