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

feat: create instance_template and compute_instance_from_template submodules #10

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Mar 21, 2024

  1. clone google submodules

    Minh Lai committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    edad4f7 View commit details
    Browse the repository at this point in the history
  2. downgrade template module to google 9.0.0

    Minh Lai committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    95e636e View commit details
    Browse the repository at this point in the history
  3. concat all NICs into one list

    Minh Lai committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7d6f321 View commit details
    Browse the repository at this point in the history
  4. comment out unsuppoted scheduling arguments

    Minh Lai committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    568be24 View commit details
    Browse the repository at this point in the history
  5. add all_networks output

    Minh Lai committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    72ca24a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. add ID output

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    47a6a9e View commit details
    Browse the repository at this point in the history
  2. add compute_instance module

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0707d19 View commit details
    Browse the repository at this point in the history
  3. add instance_template data block

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dd3f513 View commit details
    Browse the repository at this point in the history
  4. change alias_ip_ranges to alias_ip_range

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    003dbd8 View commit details
    Browse the repository at this point in the history
  5. add explicit depends_on

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    611cd9d View commit details
    Browse the repository at this point in the history
  6. rename network_interface output

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4b4060c View commit details
    Browse the repository at this point in the history
  7. change network_interfaces variable

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c08eec6 View commit details
    Browse the repository at this point in the history
  8. rename additional_networks variable

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ecc3be1 View commit details
    Browse the repository at this point in the history
  9. rename network_interfaces output ... again

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8dba2ea View commit details
    Browse the repository at this point in the history
  10. fix alias_ip_range variable

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3953a74 View commit details
    Browse the repository at this point in the history
  11. fix alias_ip_range variable

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9fa01dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    614545a View commit details
    Browse the repository at this point in the history
  13. cleanup comments

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ff98f0e View commit details
    Browse the repository at this point in the history
  14. remote optional network_interface options

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    58adcc4 View commit details
    Browse the repository at this point in the history
  15. add compute_instance README

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7c163f9 View commit details
    Browse the repository at this point in the history
  16. remove unused compute_instance variables

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2a1ac6e View commit details
    Browse the repository at this point in the history
  17. rename compute_instance_from_template

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b4c2295 View commit details
    Browse the repository at this point in the history
  18. update module title

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e53e782 View commit details
    Browse the repository at this point in the history
  19. remove unused variable

    Minh Lai committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8cf0317 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ba7b240 View commit details
    Browse the repository at this point in the history