-
Notifications
You must be signed in to change notification settings - Fork 106
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
Added support for Terrafrom 0.12 #10
Conversation
integration tests run is all green
|
out of scope linters to be addressed in #5 terraform checks are all okPlease note Docker and Python warnings in scope of #5
With hadolint disabled lineters fail only Python check #5
|
@ivankorn As I know we should use standard Docker images, so I think we should delete the directory |
Thank you for raising this, @ingwarr ! I've removed all the deprecated code and updated our migration checklist to reflect the same. |
updated linter checks:
|
I think it ready for the next round of review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it ready
@ingwarr @kopachevsky , thank you for review! Publishing |
- Migrated to terraform 0.12 syntax - Added variables type validation. - Added provider version restriction. - Added/upgraded helper functions - Replaced MD markers for doc generator, removed old script - Bumbed version, updaed CHANGELOG and README - Upgraded tf validator and md doc generator fucntions to latest versions. - Added versions.tf with restriction to TF 0.12 - Fixed linters calls, Makefile and linters bug reported in terraform-google-modules#5 - Fixed broken docker image variables reported in terraform-google-modules#6 - Upgraded to new docker image - Fixed `make create | converge | verify | dsetroy` calls reported in terraform-google-modules#8 - Removed docker checks which are now deprecated as well as [hadolint issue](terraform-google-modules/terraform-google-project-factory#252)
Linters re-run:
|
…modules/ludo-cloudbuild CI: Cloud Build linting trigger configuration
Fixes #4, fixes #5, fixes #6, fixes #7, fixes #8
make create | converge | verify | dsetroy
calls reported in Fix makedocker_create
#8