Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tf12 Upgrade #17

Merged
merged 10 commits into from Jun 6, 2019
Merged

Tf12 Upgrade #17

merged 10 commits into from Jun 6, 2019

Conversation

yorinasub17
Copy link
Contributor

@yorinasub17 yorinasub17 commented May 29, 2019

This updates all the modules to be tf12 compatible. Additionally, implements the following enhancements:

  • Remove intermediate-variable, as it is superseded by locals and customers should upgrade to using that as part of upgrading to tf12.
  • Add badges: The latest version released + TF version indicator.

Copy link
Member

@brikis98 brikis98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, other than need for type on all input vars and null for default.


* [intermediate-variable](/modules/intermediate-variable): This module has been superseded by [terraform local
values](https://www.terraform.io/docs/configuration/locals.html). To upgrade, switch usage of `intermediate-variable`
with `locals`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@yorinasub17
Copy link
Contributor Author

type on all input vars and null for default.

Updated all the input vars to have concrete types. However, I couldn't use null as the default where I use "", because null can't be interpolated into a template. Since the vars are interpolated into the python script, that restriction breaks things.

@yorinasub17
Copy link
Contributor Author

Ok addressed the comment, so going to merge and release this. Our first tf12 module!

@yorinasub17 yorinasub17 merged commit c008a10 into master Jun 6, 2019
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.

None yet

2 participants