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

Add support for Terraform v0.12 #177

Merged
merged 17 commits into from
Jul 12, 2019
Merged

Add support for Terraform v0.12 #177

merged 17 commits into from
Jul 12, 2019

Commits on Jul 9, 2019

  1. Fixes #158: Add support for Terraform v0.12

    #158
    #75
    
    Add support for TF 0.12.
    - autogen
    - root and private_cluster modules
    - tests (including support for validation)
    - examples
    nick4fake authored and aaron-lane committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    c2a1401 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    aaron-lane committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    7bec691 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    962d467 View commit details
    Browse the repository at this point in the history
  4. Fixed doc generator

    ivankorn authored and aaron-lane committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    eb0a0e7 View commit details
    Browse the repository at this point in the history
  5. Remove heredocs from variable descriptions

    Heredocs break terraform_docs.sh
    aaron-lane committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    0e8a728 View commit details
    Browse the repository at this point in the history
  6. Regenerate modules

    aaron-lane committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    b88212f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d46de55 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Configuration menu
    Copy the full SHA
    0b47afa View commit details
    Browse the repository at this point in the history
  2. Fix kitchen-terraform image version

    Co-Authored-By: Aaron Lane <aarondrewlane@gmail.com>
    Jberlinsky and aaron-lane committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    e91e759 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #208 from terraform-google-modules/internal/0.12-s…

    …implify-ci-pipeline
    
    Simplify test process by removing intermediary image build step
    aaron-lane committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    de4f3ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f05ac55 View commit details
    Browse the repository at this point in the history
  5. Add empty terraform.tfvars to fix broken symlinks

    This patch fixes the check_terraform failure caused by the absence of
    the symlinked terraform.tfvars. The alternative to this would be to
    remove the symlinks.
    aaron-lane committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    a3db4d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Fix syntax for guest_accelerator

    dynamic can not be used as guest_accelerator is an attribute as a block.
    
    https://www.terraform.io/docs/configuration/attr-as-blocks.html
    aaron-lane committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    79d454f View commit details
    Browse the repository at this point in the history
  2. Fix out of bounds use of slice on zones

    This appears to have changed from Terraform 0.11 which must have
    silently swallowed the out of bounds error.
    aaron-lane committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    1313afc View commit details
    Browse the repository at this point in the history
  3. Regenerate modules

    aaron-lane committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    121a505 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    555dcc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    a807f21 View commit details
    Browse the repository at this point in the history