Skip to content

Commit

Permalink
chore: remote provider version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Oct 19, 2023
1 parent 577ad66 commit 2b6d184
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions infra/blueprint-test/examples/simple_tf_module/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ terraform {
required_version = ">= 0.13.0"
required_providers {
google = {
source = "hashicorp/google"
version = "< 5.0, >= 3.45"
source = "hashicorp/google"
}
null = {
source = "hashicorp/null"
version = ">= 2.1"
}
}
}

0 comments on commit 2b6d184

Please sign in to comment.