Skip to content

Commit

Permalink
feat: Set Terraform required_version to >= 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay authored Sep 1, 2024
1 parent 0fe8ab6 commit 7ae3173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/data_warehouse/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

terraform {
required_version = ">= 1.5"
required_providers {
google = {
source = "hashicorp/google"
Expand Down Expand Up @@ -45,7 +46,6 @@ terraform {
version = "3.6.2"
}
}
required_version = ">= 0.13"

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bigquery:data_warehouse/v8.1.0"
Expand Down

0 comments on commit 7ae3173

Please sign in to comment.