Skip to content

Commit

Permalink
fix(deps): revert update terraform hashicorp/terraform to >= 1.10.5 (#…
Browse files Browse the repository at this point in the history
…279)

This reverts commit a49d952.
  • Loading branch information
nielm committed Jan 24, 2025
1 parent a49d952 commit b8580c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/infra/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
version = ">= 6.12.0"
}
}
required_version = ">= 1.10.5"
required_version = ">= 1.5"

provider_meta "google" {
module_name = "cloud-solutions/gcs-malware-scanner-deploy-v3.1.0" # x-release-please-version
Expand Down
2 changes: 1 addition & 1 deletion terraform/service/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
version = ">= 3.6.3"
}
}
required_version = ">= 1.10.5"
required_version = ">= 1.5"

provider_meta "google" {
module_name = "cloud-solutions/gcs-malware-scanner-deploy-v3.1.0" # x-release-please-version
Expand Down

0 comments on commit b8580c8

Please sign in to comment.