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

DEVOPS-1842 Merge master into branch "instance-template/disk-variables" for TF v0.13 support #2

Merged
merged 22 commits into from
Feb 25, 2021

Conversation

raolivei
Copy link

@raolivei raolivei commented Feb 4, 2021

  • We are using instance-template/disk-variables branch when declaring TF source for instance-template/betworks-postgresql/terragrunt.hcl. That branch is tagged to use TF v0.12.6.

  • Requesting merge master branch into instance-template/disk-variables for terraform v0.13 support.

  • This branch was created by Rinaldi to support extra variables for our environment.

GeneralAardvark and others added 22 commits March 13, 2020 10:02
…module (terraform-google-modules#81)

BREAKING CHANGE: The preemptible_and_regular_instance_templates modules have had name_prefixes renamed, forcing instances to be recreated.
* updated CHANGELOG.md [ci skip]

* updated README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* Added: stateful configuration

* Added: var udpate

* Added: var udpate

* Updated: stateful_disk variable, autogen docs
…terraform-google-modules#96)

BREAKING CHANGE: instance_redistribution_type must now be specified for update policies.
…#111)

BREAKING CHANGE: var.access_config has been changed to a 2D array, with a separate element for each VM.
…-modules/release-v5.0.0

chore: release 5.0.0
* add instance_group_manager output

needed to create a stateful MIG in conjunction with https://www.terraform.io/docs/providers/google/r/compute_region_per_instance_config.html

* fix: autogen/outputs.tf.tmpl use {{ module_name }} in instance_group_manager output

Co-authored-by: Morgante Pell <[email protected]>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…y load balancer resources outside this module (terraform-google-modules#119)

* feat: adds an output for the health check self_links to be consumed by load balancer resources outside this module

* chore: docs generation

* moved change up to autogen

* aligning CI and makefile image for docs generation
…-modules#128)

BREAKING CHANGE: Minimum Terraform version increased to 0.13.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
@raolivei raolivei requested a review from a team February 4, 2021 18:16
@raolivei raolivei marked this pull request as ready for review February 4, 2021 18:16
@@ -15,5 +15,5 @@
*/

terraform {
required_version = "~> 0.12.6"
required_version = ">=0.12.6"

Choose a reason for hiding this comment

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

How come are tests still in 0.12.6? Is this what's in upstream?

Copy link
Author

@raolivei raolivei Feb 25, 2021

Choose a reason for hiding this comment

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

Yes this is what we have in the master branch. It was changed to support 0.12.6 or higher.

@raolivei raolivei requested review from rchenzheng and a team February 25, 2021 14:51
Copy link

@rchenzheng rchenzheng left a comment

Choose a reason for hiding this comment

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

lgtm

@raolivei raolivei merged commit 04f7441 into instance-template/disk-variables Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.