Skip to content

Conversation

@l0c0luke
Copy link
Contributor

@l0c0luke l0c0luke commented May 17, 2021

This PR is a result of trying to understand if MDS is able to update their CodeBuild pipelines to use terraform version 13. You can see that PR here https://github.com/massgov/DS-Infrastructure/pull/241

terraform 0.13upgrade was run in each of the module folders. The main changes to take note are:

  • Fixed deprecation warnings that will be errors in future versions of terraform like Quoted type constraints are deprecated or Interpolation-only expressions are deprecated
  • Adding the required_providers block in the versions.tf file. Because we do not use non hashicorp providers, this isn't mandatory

The change to the versions.tf files will require projects using these modules to be on terraform version 13 or above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants