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

Update Terraform and plugins #1661

Merged
merged 5 commits into from
Mar 6, 2023

Conversation

amarthadan
Copy link
Contributor

8ac6429 taken from #1659

@amarthadan amarthadan requested review from Siegrift and a team February 26, 2023 20:27
@amarthadan amarthadan self-assigned this Feb 26, 2023
project = var.gcp_project
schedule_interval = 1
max_instances = var.disable_concurrency_reservation ? null : 1
invoke_targets = {
Copy link
Contributor

Choose a reason for hiding this comment

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

TBH: This formatting looks broken

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I agree. But it's how the terraform fmt thinks it's best 🤷‍♂️ I can add an empty line above invoke_targets if that helps.

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't care that much, it's just that it formatted the whole section for nothing (nothign changed there)

@@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.7"
version = "~> 4.54"
Copy link
Contributor

Choose a reason for hiding this comment

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

Downgrade?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought so as well at the first glance but it's actually from 7 to 54. It's not 5.4.

Copy link
Contributor

@Siegrift Siegrift left a comment

Choose a reason for hiding this comment

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

👍 LGTM

@amarthadan amarthadan merged commit 67b27dc into renovate/devdependencies-(non-major) Mar 6, 2023
@amarthadan amarthadan deleted the update-terraform branch March 6, 2023 09:27
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.

2 participants