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

Pin terraform providers #914

Merged
merged 2 commits into from
Nov 12, 2021
Merged

Pin terraform providers #914

merged 2 commits into from
Nov 12, 2021

Conversation

Adam-D-Lewis
Copy link
Member

@Adam-D-Lewis Adam-D-Lewis commented Nov 10, 2021

Changes:

  • pins terraform cloud providers

Types of changes

What types of changes does your code introduce?

Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds a feature)
  • Breaking change (fix or feature that would cause existing features to not work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Other (please describe):

Testing

Requires testing

  • Yes
  • No

Further comments (optional)

I would say best way to test is with the auto deploy tests of qhub.

@Adam-D-Lewis Adam-D-Lewis requested a review from aktech November 10, 2021 16:39
@@ -12,10 +13,12 @@ terraform {
{%- elif cookiecutter.provider == "gcp" %}
google = {
source = "hashicorp/google"
version = "=3.89.0"
Copy link
Member

Choose a reason for hiding this comment

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

is the = intentional here? (same for digitalocean as well)

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, just a style preference. Without the = sign works too. https://www.terraform.io/docs/language/expressions/version-constraints.html

@Adam-D-Lewis Adam-D-Lewis requested a review from aktech November 11, 2021 13:16
@costrouc costrouc merged commit a4e373d into main Nov 12, 2021
@costrouc costrouc deleted the pin_terraform_providers branch November 12, 2021 13:57
tylerpotts pushed a commit that referenced this pull request Nov 19, 2021
* pin google

* pin all terraform cloud providers

Co-authored-by: Adam-D-Lewis <>
@tylerpotts tylerpotts mentioned this pull request Nov 19, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants