-
Notifications
You must be signed in to change notification settings - Fork 79
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
Migrate modules to 0.12 and make the rest of the code base 0.12-compatible #35
Labels
Comments
ivankorn
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 15, 2019
…tible terraform-google-modules#35 - Migrated modules to 0.12 syntax - Added variable types constaints - Updated README files
ivankorn
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 15, 2019
…tible terraform-google-modules#35 - Migrated modules to 0.12 syntax - Added variable types constaints - Updated README files
ivankorn
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 15, 2019
…tible terraform-google-modules#35 - Migrated modules to 0.12 syntax - Added variable types constaints - Updated README files
ivankorn
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 19, 2019
- 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 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`)
ivankorn
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 19, 2019
- 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 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`)
ivankorn
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 19, 2019
- 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 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 with adding hashed image into instance_name - Updated examples/simple_instance/outputs.tf with adding hashed image into instance_name
ivankorn
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 19, 2019
- 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 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
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 19, 2019
- 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 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
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 19, 2019
- 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 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
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 20, 2019
- 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
added a commit
to ivankorn/terraform-google-container-vm
that referenced
this issue
Aug 20, 2019
- 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related #32 #28
cc: @aaron-lane @morgante @kopachevsky @nick4fake
The text was updated successfully, but these errors were encountered: