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

Fixed container image issue, linters issue and migrated modules #31

Merged
merged 1 commit into from
Aug 22, 2019

Commits on Aug 20, 2019

  1. Linters fail on master terraform-google-modules#32

    - 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
    ivankorn committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    185ec55 View commit details
    Browse the repository at this point in the history