Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Nov 10, 2023
1 parent c64c063 commit 99acaba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/data_warehouse/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ terraform {
source = "hashicorp/google"
}
}
required_version = ">= 1.3"
required_version = ">= 0.13"
}
2 changes: 1 addition & 1 deletion modules/data_warehouse/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ terraform {
version = ">= 0.9.1"
}
}
required_version = ">= 1.3"
required_version = ">= 0.13"

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

0 comments on commit 99acaba

Please sign in to comment.