Skip to content

feat: update TPG version constraints to allow 4.0 #96

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

Closed
wants to merge 1 commit into from

Conversation

cloud-foundation-bot
Copy link
Collaborator

This PR was auto generated, please review for accuracy before merging

@cloud-foundation-bot cloud-foundation-bot requested a review from a team as a code owner November 17, 2021 05:57
@comment-bot-dev
Copy link

Thanks for the PR! 🚀
Unfortunately it looks like some of our CI checks failed. See the Contributing Guide for details.

  • ⚠️check_terraform
    Failed Terraform check. More details below.
Running terraform fmt
modules/iap-tunneling/versions.tf
--- old/modules/iap-tunneling/versions.tf
+++ new/modules/iap-tunneling/versions.tf
@@ -17,7 +17,7 @@
  required_version = ">=0.13"
  required_providers {
    google = {
-      source = "hashicorp/google"
+      source  = "hashicorp/google"
      version = ">= 3.53, < 5.0"
    }
  }
Error: terraform fmt failed with exit code 3
Check the output for diffs and correct using terraform fmt <dir>
modules/bastion-group/versions.tf
--- old/modules/bastion-group/versions.tf
+++ new/modules/bastion-group/versions.tf
@@ -17,11 +17,11 @@
  required_version = ">=0.13"
  required_providers {
    google = {
-      source = "hashicorp/google"
+      source  = "hashicorp/google"
      version = ">= 3.53, < 5.0"
    }
    google-beta = {
-      source = "hashicorp/google-beta"
+      source  = "hashicorp/google-beta"
      version = ">= 3.53, < 5.0"
    }
    random = {
Error: terraform fmt failed with exit code 3
Check the output for diffs and correct using terraform fmt <dir>
examples/iap_tunneling/versions.tf
--- old/examples/iap_tunneling/versions.tf
+++ new/examples/iap_tunneling/versions.tf
@@ -17,7 +17,7 @@
  required_version = ">= 0.13"
  required_providers {
    google = {
-      source = "hashicorp/google"
+      source  = "hashicorp/google"
      version = "~> 4.0"
    }
  }
Error: terraform fmt failed with exit code 3
Check the output for diffs and correct using terraform fmt <dir>
examples/simple_example/versions.tf
--- old/examples/simple_example/versions.tf
+++ new/examples/simple_example/versions.tf
@@ -17,11 +17,11 @@
  required_version = ">= 0.13"
  required_providers {
    google = {
-      source = "hashicorp/google"
+      source  = "hashicorp/google"
      version = "~> 4.0"
    }
    google-beta = {
-      source = "hashicorp/google-beta"
+      source  = "hashicorp/google-beta"
      version = "~> 4.0"
    }
    random = {
Error: terraform fmt failed with exit code 3
Check the output for diffs and correct using terraform fmt <dir>
examples/two_service_example/versions.tf
--- old/examples/two_service_example/versions.tf
+++ new/examples/two_service_example/versions.tf
@@ -17,11 +17,11 @@
  required_version = ">= 0.13"
  required_providers {
    google = {
-      source = "hashicorp/google"
+      source  = "hashicorp/google"
      version = "~> 4.0"
    }
    google-beta = {
-      source = "hashicorp/google-beta"
+      source  = "hashicorp/google-beta"
      version = "~> 4.0"
    }
    random = {
Error: terraform fmt failed with exit code 3
Check the output for diffs and correct using terraform fmt <dir>
examples/bastion_group/versions.tf
--- old/examples/bastion_group/versions.tf
+++ new/examples/bastion_group/versions.tf
@@ -17,11 +17,11 @@
  required_version = ">= 0.13"
  required_providers {
    google = {
-      source = "hashicorp/google"
+      source  = "hashicorp/google"
      version = "~> 4.0"
    }
    google-beta = {
-      source = "hashicorp/google-beta"
+      source  = "hashicorp/google-beta"
      version = "~> 4.0"
    }
    random = {
Error: terraform fmt failed with exit code 3
Check the output for diffs and correct using terraform fmt <dir>
versions.tf
--- old/versions.tf
+++ new/versions.tf
@@ -17,11 +17,11 @@
  required_version = ">=0.13"
  required_providers {
    google = {
-      source = "hashicorp/google"
+      source  = "hashicorp/google"
      version = ">= 3.53, < 5.0"
    }
    random = {
-      source = "hashicorp/random"
+      source  = "hashicorp/random"
      version = ">= 3.53, < 5.0"
    }
  }
Error: terraform fmt failed with exit code 3
Check the output for diffs and correct using terraform fmt <dir>

@bharathkkb
Copy link
Member

superseded by #98

@bharathkkb bharathkkb closed this Nov 25, 2021
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