-
Notifications
You must be signed in to change notification settings - Fork 78
Fixed container image issue, linters issue and migrated modules #31
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
Conversation
Simple example behaves as expected: image change causes container restart which fixes #29 Applied
Checked imange name directly on the host:
Modified image and re-applied template:
Double checked container image directly on the host:
Destroyed instance:
|
Please note: the linters are broken in |
Double-checked the example:
|
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.
All looking good
@ivankorn Can we also make the same update for the attached-disk example? |
Integration tests passed locally
|
linters passed locally
|
trailing whitespaces linter is passing:
|
Just another version of the same check:
the check is passing as well
@aaron-lane @kopachevsky @nick4fake @paulpalamarchuk @ingwarr |
@morgante, sure. I hope this would work for you. |
cdc9ec7
to
221f9d7
Compare
There seem to be intermittent issue with image tests in Locally there're all passing..
|
- Removed outdated doc_generator - Added missing helper scripts - Removed outdated docker linter - Fixed flake8 errors reported in terraform-google-modules#32 - Fixed broken simlinks(fixes terraform fmt terraform-google-modules#32) - Updated shared tfvars - Updated README files - Fixed trailing white-space from master - Adjusted .gitingore Migrate modules to 0.12 and make the rest of the code base 0.12-compatible terraform-google-modules#35 - Migrated modules to 0.12 syntax - Added variable types constraints - Updated README - Removed outdated check_docker make target - Added a temporary workgaround for terraform-google-modules#28 (skip not migrated files in `find_files`) Updating image inside the example doesn't cause container to restart terraform-google-modules#29 - Updated examples/simple_instance/main.tf by introducing local.instance_name and adding substring of contianer image hash into instance_name - Updated examples/simple_instance/outputs.tf by reflecting the change above - Updated examples/instance_with_attached_disk/main.tf by introducing local.instance_name and adding substring of contianer image hash into instance_name - Updated examples/instance_with_attached_disk/outputs.tf by reflecting the change above
Latest build confirms that, 50/50 passes so far. We may want to track/investigate this further. |
Fix regression in cos-mysql `kms_data` variable introduced in #31
Fixes #32
find_files
)Fixes #35
Fixes #29