Skip to content

Commit

Permalink
feat: set version of hashicorp/random
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlieb committed Mar 5, 2023
1 parent 463035d commit 8dcf9ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
terraform {
required_version = ">= 0.12"
}
required_providers {
random = {
source = "hashicorp/random"
version = "3.4.3"
}
}
}

0 comments on commit 8dcf9ad

Please sign in to comment.