Skip to content

Commit

Permalink
fix: relax random provider version requirement (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Jan 10, 2023
1 parent 00dc9cf commit 3f7e6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bq-log-alerting/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 3.2"
version = ">= 2.1"
}
}
}

0 comments on commit 3f7e6bb

Please sign in to comment.