This repository was archived by the owner on Apr 24, 2025. It is now read-only.
Releases: MITLibraries/tf-mod-s3-iam
Releases · MITLibraries/tf-mod-s3-iam
Release list
Update to Terraform 0.13 (#7)
Why these changes are being introduced:
We are upgrading all of our Terraform modules to be compatible with
Terraform 0.13.
How this addresses that need:
* TravisCI configuration is deleted
* Makefile is deleted (it pointed to TravisCI)
* Pull Request Template added
* new tf-validate GitHub Action workflow added
* required_providers block added to the `versions.tf` file
* type constraints added to all the variables in `variables.tf`
* module "label { ... } updated to pull the 0.13 release of tf-mod-name
from GitHub
* cosmetic updates to inline comments in `main.tf`
* README updated with module dependencies, minor changes to inputs,
and a title
Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/IN-324
* https://mitlibraries.atlassian.net/browse/IN-325
* https://mitlibraries.atlassian.net/browse/IN-326
* https://mitlibraries.atlassian.net/browse/IN-328
* https://mitlibraries.atlassian.net/browse/IN-230