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

Conversation

aaron-lane
Copy link
Contributor

No description provided.

@aaron-lane aaron-lane added the enhancement New feature or request label Jun 18, 2019
@aaron-lane aaron-lane self-assigned this Jul 2, 2019
@Jberlinsky
Copy link
Contributor

@aaron-lane Could you kindly rebase this against master? Thanks!

@aaron-lane
Copy link
Contributor Author

@Jberlinsky rebase in progress!

nick4fake and others added 4 commits July 9, 2019 13:08
#158
#75

Add support for TF 0.12.
- autogen
- root and private_cluster modules
- tests (including support for validation)
- examples
aaron-lane and others added 12 commits July 9, 2019 15:07
Heredocs break terraform_docs.sh
Co-Authored-By: Aaron Lane <aarondrewlane@gmail.com>
…implify-ci-pipeline

Simplify test process by removing intermediary image build step
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.
dynamic can not be used as guest_accelerator is an attribute as a block.

https://www.terraform.io/docs/configuration/attr-as-blocks.html
This appears to have changed from Terraform 0.11 which must have
silently swallowed the out of bounds error.
@aaron-lane aaron-lane marked this pull request as ready for review July 11, 2019 18:34
README.md Show resolved Hide resolved
}
}

addons_config {
http_load_balancing {
disabled = "${var.http_load_balancing ? 0 : 1}"
disabled = ! var.http_load_balancing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure I love this approach but it's okay.

@aaron-lane aaron-lane merged commit ca8d16b into master Jul 12, 2019
@aaron-lane aaron-lane deleted the aaron-lane-0.12 branch July 12, 2019 20:43
aaron-lane added a commit that referenced this pull request Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants